Skip to content

Commit

Permalink
Version: bump to 7.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed Oct 6, 2022
1 parent 15d6ced commit 97f6407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.cpp.in
Original file line number Diff line number Diff line change
@@ -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@
Expand All @@ -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;
const bool SCALA_VERSION_IS_RELEASE = DEF_SCALA_VERSION_IS_RELEASE;

0 comments on commit 97f6407

Please sign in to comment.