Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Fairhurst committed Sep 24, 2014
1 parent e5a3a7e commit 4900009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/wake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ int main(int argc, char** argv) {
Options* options = optionsparser.parse(argc, argv);
if(options->showVersion) {
printf("[ Wake ---- std compiler ]\n");
printf("[ v0.01 Michael Fairhurst ]\n");
printf("[ v0.0.4 Michael Fairhurst ]\n");
exit(0);
}

Expand Down

0 comments on commit 4900009

Please sign in to comment.