Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Souvorov committed Oct 5, 2018
1 parent 340515e commit 5682fa9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions skesa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,14 +367,14 @@ int main(int argc, const char* argv[]) {

if(argm.count("help")) {
#ifdef SVN_REV
cerr << "SVN revision:" << SVN_REV << endl << endl;
cout << "SVN revision:" << SVN_REV << endl << endl;
#endif
cerr << all << "\n";
return 1;
cout << all << "\n";
return 0;
}

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

0 comments on commit 5682fa9

Please sign in to comment.