commit b76202be0b3292a50b728e7d4f27e992a0b8b809
parent e77b7c714701c190797ef371f8badc82cc9470f2
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Fri, 24 Nov 2023 17:00:14 +0100
Bump version number to 0.3
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -43,7 +43,7 @@ include_directories(
# Configure and define targets
################################################################################
set(VERSION_MAJOR 0)
-set(VERSION_MINOR 2)
+set(VERSION_MINOR 3)
set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})