Skip to content

Commit

Permalink
Correctly updated version to 2.4.0 in git_version.cpp
Browse files Browse the repository at this point in the history
My previous attempt to do this contained a mistake, and I already pushed
it, so the 2.4.0 tag will have to point to this commit instead.
  • Loading branch information
etremel committed May 2, 2024
1 parent ff98765 commit 97e260c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/git_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ const int MINOR_VERSION = 4;
const int PATCH_VERSION = 0;
const int COMMITS_AHEAD_OF_VERSION = 0;
const char* VERSION_STRING = "2.4.0";
const char* VERSION_STRING_PLUS_COMMITS = "2.3.0+0";
const char* VERSION_STRING_PLUS_COMMITS = "2.4.0+0";

}

0 comments on commit 97e260c

Please sign in to comment.