Skip to content

Commit e0f59fe

Browse files
committed
feat docs: release 2.10
Tests: протестировано CI, на прод не влияет commit_hash:3cfcc5d4f364ec40739ed0bf21db8704239389f8
1 parent 8e350ff commit e0f59fe

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
@@ -23,7 +23,7 @@ else()
2323
endif()
2424

2525
set(USERVER_MAJOR_VERSION 2)
26-
set(USERVER_MINOR_VERSION 10-rc)
26+
set(USERVER_MINOR_VERSION 10)
2727

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

0 commit comments

Comments
 (0)