Skip to content

Commit

Permalink
Update version year to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Jan 24, 2024
1 parent 818cf96 commit 84d4f23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/genesis/utils/core/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/*
Genesis - A toolkit for working with phylogenetic data.
Copyright (C) 2014-2023 Lucas Czech
Copyright (C) 2014-2024 Lucas Czech
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -100,7 +100,7 @@ inline std::string genesis_header()
(___/ (___ / / (___ (__) / (__) \n\
__/______________________________ \n\
(__/ \n\
2014-2023 by Lucas Czech \n\
2014-2024 by Lucas Czech \n\
" + genesis_url() + "\n\
" + genesis_version() + "\n";
}
Expand All @@ -115,7 +115,7 @@ inline std::string genesis_license()
{
return "\
Genesis - A toolkit for working with phylogenetic data.\n\
Copyright (C) 2014-2023 Lucas Czech\n\
Copyright (C) 2014-2024 Lucas Czech\n\
\n\
This program is free software: you can redistribute it and/or modify\n\
it under the terms of the GNU General Public License as published by\n\
Expand Down

0 comments on commit 84d4f23

Please sign in to comment.