]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/version.h
cmake/makefile: there is no need for MAJOR/MINOR/PATCH anymore
[xonotic/netradiant.git] / include / version.h
index 52bc65e7c8a80f648755212ba5ff721f06827c16..745b5d394de38c6ebb871bb35e05f29c5bd1c734 100644 (file)
@@ -1,4 +1,4 @@
-// generated header, see makeversion.py
-#define RADIANT_VERSION "1.6.2"
-#define RADIANT_MINOR_VERSION "2"
-#define RADIANT_MAJOR_VERSION "6"
+// Makefile appends preprocessor flags instead now
+#ifndef RADIANT_VERSION
+#error no RADIANT_VERSION defined
+#endif