Skip to content

Commit eecbb9b

Browse files
committed
Bump version
1 parent 6ba0a92 commit eecbb9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

immolate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
int main(int argc, char **argv) {
33

44
// Print version
5-
printf_s("Immolate Beta v1.0.1e.0\n");
5+
printf_s("Immolate Beta v1.0.1f.0\n");
66

77
// Handle CLI arguments
88
unsigned int platformID = 0;

lib/immolate.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#define VER1 1
55
#define VER2 0
66
#define VER3 1
7-
#define VER4 5 //1.0.1e
7+
#define VER4 6 //1.0.1f
88
#define GAME_VERSION
99
#endif
1010
#include "lib/util.cl" // Contains utility functions

0 commit comments

Comments
 (0)