]> icculus.org git repositories - divverent/netradiant.git/blob - include/version.h
local variables ALSO work better when declared
[divverent/netradiant.git] / include / version.h
1 // Makefile appends preprocessor flags instead now
2 #ifndef RADIANT_VERSION
3 #error no RADIANT_VERSION defined
4 #endif
5 #ifndef RADIANT_MAJOR_VERSION
6 #error no RADIANT_MAJOR_VERSION defined
7 #endif
8 #ifndef RADIANT_MINOR_VERSION
9 #error no RADIANT_MINOR_VERSION defined
10 #endif