Skip to content

Commit

Permalink
Version bump and Project name added for HF-19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-tucci committed Aug 16, 2024
1 parent d64c55b commit d7be2fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ message(STATUS "CMake version ${CMAKE_VERSION}")
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.12 CACHE STRING "macOS deployment target (Apple clang only)")

project(beldex
VERSION 5.0.2
VERSION 6.0.0
LANGUAGES CXX C)
set(BELDEX_RELEASE_CODENAME "Sunfyre")
set(BELDEX_RELEASE_CODENAME "Hermes")

# String value to append to the full version string; this is intended to easily identify whether a
# binary was build from the release or development branches. This should be permanently set to an
Expand Down

0 comments on commit d7be2fb

Please sign in to comment.