diff --git a/main.h b/main.h index 4203a878..32870a5c 100644 --- a/main.h +++ b/main.h @@ -9,11 +9,11 @@ #ifndef _MAIN_H #define _MAIN_H -// Keep the number in sync with configure.in (and also with configure) -#define VERSION 0.065 // The following defines are for #if comparison (preprocessor only likes ints) #define VERSION_MAJOR 0 #define VERSION_MINOR 65 +// This one is for display purpose +#define VERSION (VERSION_MAJOR + VERSION_MINOR / 1000.0) // You can add -DVERSION_EXTRA="stuff" to your CXXFLAGS! #ifndef VERSION_EXTRA