Skip to content

Commit

Permalink
Version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Souvorov committed Feb 1, 2021
1 parent 86f3fdd commit acd0e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skesa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ int main(int argc, const char* argv[]) {
}

if(argm.count("version")) {
cout << "SKESA 2.4.0" << endl;
cout << "SKESA 2.5.0" << endl;
#ifdef SVN_REV
cout << "SVN revision:" << SVN_REV << endl;
#endif
Expand Down

0 comments on commit acd0e29

Please sign in to comment.