Skip to content

Commit

Permalink
Fixed missing version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-calmejane committed Sep 20, 2023
1 parent d6b0a06 commit 715f955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.22)
# It should have 3 digits (x.y.z) on main branch, and 4 digits (x.y.z.w) on dev and task branches. The last digit being used as beta label.
# As soon as a new version begins, update the version number by following SemVer rules.
# Example: 1.5.0 is the upcoming release version (main branch) of current 1.5.0.3 devel version (dev/task) which will be labelled 1.5.0-beta3
set(HIVE_VERSION 1.3.0.9)
set(HIVE_VERSION 1.3.0.10)
set(AEMDUMPER_VERSION 1.3.0.10)

############ Override from command line "CMake -D<OPTION>=TRUE/FALSE/0/1/ON/OFF"
Expand Down

0 comments on commit 715f955

Please sign in to comment.