Skip to content

Commit

Permalink
feat docs: rc 2.7
Browse files Browse the repository at this point in the history
Tests: протестировано CI
commit_hash:39dffe68811cff4aee96af09f62dd49da5351f3a
  • Loading branch information
apolukhin committed Dec 24, 2024
1 parent ac2c144 commit f1f4c96
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)
set(USERVER_MINOR_VERSION 7-rc)

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

0 comments on commit f1f4c96

Please sign in to comment.