Skip to content

Commit 68c123b

Browse files
committed
feat docs: release 2.11
Tests: протестировано CI commit_hash:c46400592526db418aa30e9f6019e49a7a81c528
1 parent 35e7d1c commit 68c123b

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 11-rc)
25+
set(USERVER_MINOR_VERSION 11)
2626

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

0 commit comments

Comments
 (0)