Skip to content

Commit

Permalink
Updated version string
Browse files Browse the repository at this point in the history
  • Loading branch information
andeplane committed May 27, 2017
1 parent 247faa5 commit 2cfbf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int main(int argc, char *argv[])
}

if(strcmp(argv[1], "--version")==0) {
printf("2.0");
printf("2.0.9");
exit(0);
}
}
Expand Down

0 comments on commit 2cfbf12

Please sign in to comment.