We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907e9d0 commit 4e66f7dCopy full SHA for 4e66f7d
gbuild.sh
@@ -93,7 +93,7 @@ source_dir=$PWD
93
if [[ $version = "rev" ]]; then
94
release="$current_timestamp-$current_revision"
95
else
96
-release="2"
+release="0"
97
fi
98
99
if [[ $parallel = "true" ]]; then
lima_common/LIMACOMMONConfig-src.cmake
@@ -1,7 +1,7 @@
1
# - Find LimaCommon
2
3
set(LIMA_VERSION_MAJOR "2")
4
-set(LIMA_VERSION_MINOR "0")
+set(LIMA_VERSION_MINOR "1")
5
set(LIMA_VERSION_RELEASE @LIMA_VERSION_RELEASE@)
6
set(LIMA_VERSION "${LIMA_VERSION_MAJOR}.${LIMA_VERSION_MINOR}.${LIMA_VERSION_RELEASE}")
7
0 commit comments