Fix MakeGen crashing when entering invalid filepaths in dependency

This commit is contained in:
Thraix
2020-03-01 21:01:27 +01:00
parent 4b48413941
commit f2afec473f
5 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
// Release, should be backwards compatible with any minor version
#define MAKEGEN_VERSION_RELEASE 3
// Minor changes, generally bug fixes
#define MAKEGEN_VERSION_MINOR 1
#define MAKEGEN_VERSION_MINOR 2
#define MAKEGEN_VERSION ("v" STR(MAKEGEN_VERSION_MAJOR) "." STR(MAKEGEN_VERSION_RELEASE) "." STR(MAKEGEN_VERSION_MINOR))