aboutsummaryrefslogtreecommitdiff
path: root/cmake/VersionViaGit.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/VersionViaGit.cmake')
-rw-r--r--cmake/VersionViaGit.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/VersionViaGit.cmake b/cmake/VersionViaGit.cmake
index 9ac7e30..504980a 100644
--- a/cmake/VersionViaGit.cmake
+++ b/cmake/VersionViaGit.cmake
@@ -23,8 +23,8 @@ macro(event_fuzzy_version_from_git)
# set our defaults.
set(EVENT_GIT___VERSION_MAJOR 2)
set(EVENT_GIT___VERSION_MINOR 1)
- set(EVENT_GIT___VERSION_PATCH 10)
- set(EVENT_GIT___VERSION_STAGE "beta")
+ set(EVENT_GIT___VERSION_PATCH 11)
+ set(EVENT_GIT___VERSION_STAGE "stable")
find_package(Git)