commit ea7be46e4328f160bc00b9bcb9e03ed69721befd
parent 4ca88b445120404bb44cf628f03546e91ef7a72c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 11 Jan 2021 13:36:21 +0100
Bump version number to 0.2
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -1,5 +1,5 @@
-# Copyright (C) 2018 Université Paul Sabatier
# Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com)
+# Copyright (C) 2018 Université Paul Sabatier
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -37,7 +37,7 @@ include_directories(${RSys_INCLUDE_DIR})
# Configure and define 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})