Skip to content

Commit

Permalink
feat docs: release 2.6
Browse files Browse the repository at this point in the history
Tests: протестировано CI
commit_hash:1eb47626f57ccf2624cf092b89df9f97764f0e60
  • Loading branch information
apolukhin committed Dec 24, 2024
1 parent be74277 commit ac2c144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/GetUserverVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else()
endif()

set(USERVER_MAJOR_VERSION 2)
set(USERVER_MINOR_VERSION 6-rc)
set(USERVER_MINOR_VERSION 6)

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

0 comments on commit ac2c144

Please sign in to comment.