]> git.xonotic.org Git - xonotic/netradiant.git/blob - include/version.h
Compile module plugins
[xonotic/netradiant.git] / include / version.h
1 // Makefile appends preprocessor flags instead now
2 /// \todo Generate this file from cmake
3 #ifndef RADIANT_VERSION
4 #error no RADIANT_VERSION defined
5 #endif
6 #ifndef RADIANT_MAJOR_VERSION
7 #error no RADIANT_MAJOR_VERSION defined
8 #endif
9 #ifndef RADIANT_MINOR_VERSION
10 #error no RADIANT_MINOR_VERSION defined
11 #endif