Skip to content

Commit

Permalink
feat docs: Release 2.7
Browse files Browse the repository at this point in the history
Tests: протестировано CI
commit_hash:4153476c2a05995c5afc003e5657c2b6819c6776
  • Loading branch information
apolukhin committed Jan 31, 2025
1 parent b8361d8 commit dc7d025
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 7-rc)
set(USERVER_MINOR_VERSION 7)

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

0 comments on commit dc7d025

Please sign in to comment.