Skip to content

Commit d8f7bf6

Browse files
committed
feat docs: start 2.10-rc
Tests: протестировано CI commit_hash:b6522d4741cec23b63222cc47d22a74d3ec5deb2
1 parent 862f578 commit d8f7bf6

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 9)
26+
set(USERVER_MINOR_VERSION 10-rc)
2727

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

0 commit comments

Comments
 (0)