diff --git a/src/version.cpp.in b/src/version.cpp.in index e58cea76..4c6798f1 100644 --- a/src/version.cpp.in +++ b/src/version.cpp.in @@ -1,5 +1,5 @@ #define DEF_SCALA_VERSION_TAG "@VERSIONTAG@" -#define DEF_SCALA_VERSION "7.9.0" +#define DEF_SCALA_VERSION "7.9.1" #define DEF_SCALA_RELEASE_NAME "Panthera Tigris" #define DEF_SCALA_VERSION_FULL DEF_SCALA_VERSION "-" DEF_SCALA_VERSION_TAG #define DEF_SCALA_VERSION_IS_RELEASE @VERSION_IS_RELEASE@ @@ -10,4 +10,4 @@ const char* const SCALA_VERSION_TAG = DEF_SCALA_VERSION_TAG; const char* const SCALA_VERSION = DEF_SCALA_VERSION; const char* const SCALA_RELEASE_NAME = DEF_SCALA_RELEASE_NAME; const char* const SCALA_VERSION_FULL = DEF_SCALA_VERSION_FULL; -const bool SCALA_VERSION_IS_RELEASE = DEF_SCALA_VERSION_IS_RELEASE; \ No newline at end of file +const bool SCALA_VERSION_IS_RELEASE = DEF_SCALA_VERSION_IS_RELEASE;