Added version.h file
authorJean-Paul Mari <djipi.mari@gmail.com>
Wed, 13 Sep 2017 22:04:03 +0000 (18:04 -0400)
committerJean-Paul Mari <djipi.mari@gmail.com>
Wed, 13 Sep 2017 22:04:03 +0000 (18:04 -0400)
version.h is generated by the makefile but not by Visual Studio, so
needs to add the file so compilation won't fail.

.gitignore
src/version.h [new file with mode: 0644]

index 1bafaa1..819e5f7 100644 (file)
@@ -5,7 +5,6 @@ obj/
 release/\r
 Screenshots/\r
 software/\r
-src/version.h\r
 src/*~\r
 src/*/*.bak\r
 src/m68000/obj/\r
diff --git a/src/version.h b/src/version.h
new file mode 100644 (file)
index 0000000..3677d91
--- /dev/null
@@ -0,0 +1,3 @@
+#define VJ_RELEASE_VERSION "v2.1.3"
+#define VJ_RELEASE_SUBVERSION "Final"
+#define VJ_REMOVE_DEV_CODE