We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f5496 commit 057883aCopy full SHA for 057883a
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 12-rc)
+set(USERVER_MINOR_VERSION 12)
26
27
set(USERVER_VERSION "${USERVER_MAJOR_VERSION}.${USERVER_MINOR_VERSION}")
28
string(REPLACE "-" "_" USERVER_VERSION_STR "${USERVER_VERSION}")
0 commit comments