Update version number to 3.9.100, which we're using for 3.10.0-beta1

This commit is contained in:
Justin Clift
2017-07-21 17:03:46 +01:00
parent 74848d085e
commit e990875bc3
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define GEN_VERSION_H
#define MAJOR_VERSION 3
#define MINOR_VERSION 9
#define PATCH_VERSION 99
#define PATCH_VERSION 100
#define str(s) #s
#define xstr(s) str(s)