commit 7b38887abdc3fcb52b6b964eb7a9fd25584a464f
parent 49fe822cb02f667cadc312b32e49d771ed6e94da
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 13 Jun 2017 12:30:30 +0200
Bump version number to 0.2
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -56,7 +56,7 @@ include(rcmake_runtime)
# Configure and define the targets
################################################################################
set(VERSION_MAJOR 0)
-set(VERSION_MINOR 1)
+set(VERSION_MINOR 2)
set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})