We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba0a92 commit eecbb9bCopy full SHA for eecbb9b
immolate.c
@@ -2,7 +2,7 @@
2
int main(int argc, char **argv) {
3
4
// Print version
5
- printf_s("Immolate Beta v1.0.1e.0\n");
+ printf_s("Immolate Beta v1.0.1f.0\n");
6
7
// Handle CLI arguments
8
unsigned int platformID = 0;
lib/immolate.cl
@@ -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
9
#endif
10
#include "lib/util.cl" // Contains utility functions
0 commit comments