Add VERSION_MAJOR, too (for consistency)

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1285 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-12-06 21:13:14 +00:00
parent 79274a7a47
commit c7cf105e15
+2
View File
@@ -11,6 +11,8 @@
// Keep the number in sync with configure.in (and also with configure)
#define VERSION 0.063
// The following defines are for #if comparison (preprocessor only likes ints)
#define VERSION_MAJOR 0
#define VERSION_MINOR 63
// You can add -DVERSION_EXTRA="stuff" to your CXXFLAGS!