Skip to content

Commit

Permalink
Bump the version to 0.3 and move it into vgapride.h
Browse files Browse the repository at this point in the history
  • Loading branch information
foone committed Jun 11, 2022
1 parent f03bb71 commit 7d74eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vgapride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void quickFlags(){
}

void displayUsage(){
printf("VGAPride 0.2 by Foone Turing (@foone), 2022\n\n");
printf("VGAPride %s by Foone Turing (@foone), 2022\n\n", VERSION);
printf("Other credits:\n");
printf(" * lz4_8088 decompression code: Jim Leonard\n");
printf(" * Aegosexual Flag: Keiya (@keiyakins)\n");
Expand Down
2 changes: 2 additions & 0 deletions vgapride.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
const char* VERSION = "0.3";

void displayUsage();
void displayFlags();

0 comments on commit 7d74eb1

Please sign in to comment.