|
@@ -30,7 +30,11 @@ SetCompressorDictSize 64
|
|
|
|
|
|
;Version variables
|
|
|
|
|
|
-!define SVN_REVISION "@GRASS_VERSION_SVN@"
|
|
|
+!if "@GRASS_VERSION_SVN@" == ""
|
|
|
+ !define SVN_REVISION "0"
|
|
|
+!else
|
|
|
+ !define SVN_REVISION "@GRASS_VERSION_SVN@"
|
|
|
+!endif
|
|
|
!define BINARY_REVISION "1"
|
|
|
!define VERSION_NUMBER "@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@"
|
|
|
!define GRASS_BASE "GRASS GIS @GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@"
|