]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/version.h
split minimap stuff from q3map2
[xonotic/netradiant.git] / include / version.h
index 91f5e433a8dcc54783a1eee34d7a4f4c0db609f9..47134512ca426de70d7955ac5c7745a2a02afe5a 100644 (file)
@@ -1,4 +1,10 @@
-// generated header, see makeversion.py
-#define RADIANT_VERSION "1.6.0"
-#define RADIANT_MINOR_VERSION "0"
-#define RADIANT_MAJOR_VERSION "6"
+// Makefile appends preprocessor flags instead now
+#ifndef RADIANT_VERSION
+#error no RADIANT_VERSION defined
+#endif
+#ifndef RADIANT_MAJOR_VERSION
+#error no RADIANT_MAJOR_VERSION defined
+#endif
+#ifndef RADIANT_MINOR_VERSION
+#error no RADIANT_MINOR_VERSION defined
+#endif