Skip to content

Commit

Permalink
Update version year
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Apr 28, 2023
1 parent 2c165dc commit bae6199
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/tools/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/*
gappa - Genesis Applications for Phylogenetic Placement Analysis
Copyright (C) 2017-2022 Lucas Czech
Copyright (C) 2017-2023 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 @@ -32,6 +32,7 @@

inline std::string gappa_version()
{
// Do not change manually. Automatically updated by the tools/deploy/release.sh script.
return "v0.8.3"; // #GAPPA_VERSION#
}

Expand All @@ -47,7 +48,7 @@ inline std::string gappa_header()
|'' .|' || || | || | .|' || .|'|. || \n\
'.... '|..'|'. ||...' ||...' '|..'|. '||' ||:. \n\
'....' || || \n\
'''' '''' " + gappa_version() + " (c) 2017-2022\n\
'''' '''' " + gappa_version() + " (c) 2017-2023\n\
by Lucas Czech and Pierre Barbera\n";
}

Expand Down

0 comments on commit bae6199

Please sign in to comment.