Skip to content

Commit 057883a

Browse files
committed
feat docs: release 2.12
Tests: протестировано CI commit_hash:19e4dbcb836c8d0241a42da8ffa41a2688d69c65
1 parent d4f5496 commit 057883a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/GetUserverVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else()
2222
endif()
2323

2424
set(USERVER_MAJOR_VERSION 2)
25-
set(USERVER_MINOR_VERSION 12-rc)
25+
set(USERVER_MINOR_VERSION 12)
2626

2727
set(USERVER_VERSION "${USERVER_MAJOR_VERSION}.${USERVER_MINOR_VERSION}")
2828
string(REPLACE "-" "_" USERVER_VERSION_STR "${USERVER_VERSION}")

0 commit comments

Comments
 (0)