From 715f9550a24dad3bc27d10ac4b363333a07f3aa6 Mon Sep 17 00:00:00 2001 From: Christophe Calmejane Date: Wed, 20 Sep 2023 17:01:08 +0200 Subject: [PATCH] Fixed missing version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b884847..10f17a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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