]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/version.h
radiant/tools: use RADIANT_NAME instead of hardcoding NetRadiant or Radiant
[xonotic/netradiant.git] / include / version.h
index 2ef2606bfe6cc1be160ae4b4fc554bcc4f9a05c3..cb97e381fb7298dc6393779cfd2725a2f37e2364 100644 (file)
@@ -1,4 +1,7 @@
-// generated header, see makeversion.py
-#define RADIANT_VERSION "1.4.0"
-#define RADIANT_MINOR_VERSION "0"
-#define RADIANT_MAJOR_VERSION "4"
+// Makefile appends preprocessor flags instead now
+#ifndef RADIANT_VERSION
+#error no RADIANT_VERSION defined
+#endif
+#ifndef RADIANT_VERSION_STRING
+#error no RADIANT_VERSION_STRING defined
+#endif