]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/version.h
add version/aboutmsg replacements
[xonotic/netradiant.git] / include / version.h
diff --git a/include/version.h b/include/version.h
new file mode 100644 (file)
index 0000000..4713451
--- /dev/null
@@ -0,0 +1,10 @@
+// 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