Skip to content

Commit

Permalink
feat docs: Release 2.3
Browse files Browse the repository at this point in the history
Tests: протестировано CI
ff220f41eaeee22848ba9a1416a456927662e809
  • Loading branch information
apolukhin committed Aug 13, 2024
1 parent b760832 commit d43ac4b
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 3-rc)
set(USERVER_MINOR_VERSION 3)

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

0 comments on commit d43ac4b

Please sign in to comment.