Skip to content

Commit 4e66f7d

Browse files
committed
Increase version number to 2.1.0
1 parent 907e9d0 commit 4e66f7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ source_dir=$PWD
9393
if [[ $version = "rev" ]]; then
9494
release="$current_timestamp-$current_revision"
9595
else
96-
release="2"
96+
release="0"
9797
fi
9898

9999
if [[ $parallel = "true" ]]; then

lima_common/LIMACOMMONConfig-src.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# - Find LimaCommon
22

33
set(LIMA_VERSION_MAJOR "2")
4-
set(LIMA_VERSION_MINOR "0")
4+
set(LIMA_VERSION_MINOR "1")
55
set(LIMA_VERSION_RELEASE @LIMA_VERSION_RELEASE@)
66
set(LIMA_VERSION "${LIMA_VERSION_MAJOR}.${LIMA_VERSION_MINOR}.${LIMA_VERSION_RELEASE}")
77

0 commit comments

Comments
 (0)