From 4e66f7d888b073583ef4ab2071e3623dc53bfae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20de=20Chalendar?= Date: Fri, 18 Sep 2015 16:44:19 +0200 Subject: [PATCH] Increase version number to 2.1.0 --- gbuild.sh | 2 +- lima_common/LIMACOMMONConfig-src.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gbuild.sh b/gbuild.sh index f2c875dae..6a2a72591 100755 --- a/gbuild.sh +++ b/gbuild.sh @@ -93,7 +93,7 @@ source_dir=$PWD if [[ $version = "rev" ]]; then release="$current_timestamp-$current_revision" else -release="2" +release="0" fi if [[ $parallel = "true" ]]; then diff --git a/lima_common/LIMACOMMONConfig-src.cmake b/lima_common/LIMACOMMONConfig-src.cmake index 94e79dae5..35e084004 100644 --- a/lima_common/LIMACOMMONConfig-src.cmake +++ b/lima_common/LIMACOMMONConfig-src.cmake @@ -1,7 +1,7 @@ # - Find LimaCommon set(LIMA_VERSION_MAJOR "2") -set(LIMA_VERSION_MINOR "0") +set(LIMA_VERSION_MINOR "1") set(LIMA_VERSION_RELEASE @LIMA_VERSION_RELEASE@) set(LIMA_VERSION "${LIMA_VERSION_MAJOR}.${LIMA_VERSION_MINOR}.${LIMA_VERSION_RELEASE}")