Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Souvorov committed Aug 31, 2018
1 parent 040e33b commit f41b15d
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 @@ -374,7 +374,7 @@ int main(int argc, const char* argv[]) {
}

if(argm.count("version")) {
cerr << "SKESA v.2.2";
cerr << "SKESA v.2.2.1";
#ifdef SVN_REV
cerr << "-SVN_" << SVN_REV;
#endif
Expand Down

0 comments on commit f41b15d

Please sign in to comment.