Skip to content

Commit

Permalink
Set version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew D Jones committed Jul 3, 2020
1 parent 5405ceb commit 2fbb770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/templates/Version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
inline static const std::string GetVersion() {
// The following line is executed only once on startup or on first call to
// function.
const static std::string Version = "@VERSION_STRING@";
const static std::string Version = "3.0.0";
return Version;
}

0 comments on commit 2fbb770

Please sign in to comment.