We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e7d1c commit 68c123bCopy full SHA for 68c123b
1 file changed
cmake/GetUserverVersion.cmake
@@ -22,7 +22,7 @@ else()
22
endif()
23
24
set(USERVER_MAJOR_VERSION 2)
25
-set(USERVER_MINOR_VERSION 11-rc)
+set(USERVER_MINOR_VERSION 11)
26
27
set(USERVER_VERSION "${USERVER_MAJOR_VERSION}.${USERVER_MINOR_VERSION}")
28
string(REPLACE "-" "_" USERVER_VERSION_STR "${USERVER_VERSION}")
0 commit comments