Skip to content

Commit ac2c144

Browse files
committed
feat docs: release 2.6
Tests: протестировано CI commit_hash:1eb47626f57ccf2624cf092b89df9f97764f0e60
1 parent be74277 commit ac2c144

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

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

0 commit comments

Comments
 (0)