Skip to content

Commit

Permalink
Reset git_version.cpp to 2.4.0 in preparation for new release
Browse files Browse the repository at this point in the history
I'm going to re-do the 2.4.0 release to include the config.h fixes, so
the new commit it points to needs to have COMMITS_AHEAD_OF_VERSION = 0.
  • Loading branch information
etremel committed May 9, 2024
1 parent 4fb7f95 commit 7109b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/git_version.cpp
Expand Up @@ -13,8 +13,8 @@ namespace derecho {
const int MAJOR_VERSION = 2;
const int MINOR_VERSION = 4;
const int PATCH_VERSION = 0;
const int COMMITS_AHEAD_OF_VERSION = 2;
const int COMMITS_AHEAD_OF_VERSION = 0;
const char* VERSION_STRING = "2.4.0";
const char* VERSION_STRING_PLUS_COMMITS = "2.4.0+2";
const char* VERSION_STRING_PLUS_COMMITS = "2.4.0+0";

}

0 comments on commit 7109b15

Please sign in to comment.