From 97f640742a3853ca70f49a47c1d4d68b9e46f390 Mon Sep 17 00:00:00 2001 From: hayzamjs Date: Thu, 6 Oct 2022 16:42:13 +0530 Subject: [PATCH] Version: bump to 7.9.1 --- src/version.cpp.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;