Skip to content

Commit

Permalink
feat userver: release 2.5
Browse files Browse the repository at this point in the history
Tests: протестировано CI
commit_hash:ac4a9e9f8dd0f5bb1be2d798ab8d33f79d184880
  • Loading branch information
apolukhin committed Nov 8, 2024
1 parent d962088 commit 5f80126
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 5-rc)
set(USERVER_MINOR_VERSION 5)

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

0 comments on commit 5f80126

Please sign in to comment.