Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MathIsFun0 committed May 1, 2024
1 parent 6ba0a92 commit eecbb9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion immolate.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
int main(int argc, char **argv) {

// Print version
printf_s("Immolate Beta v1.0.1e.0\n");
printf_s("Immolate Beta v1.0.1f.0\n");

// Handle CLI arguments
unsigned int platformID = 0;
Expand Down
2 changes: 1 addition & 1 deletion lib/immolate.cl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define VER1 1
#define VER2 0
#define VER3 1
#define VER4 5 //1.0.1e
#define VER4 6 //1.0.1f
#define GAME_VERSION
#endif
#include "lib/util.cl" // Contains utility functions
Expand Down

0 comments on commit eecbb9b

Please sign in to comment.