Skip to content

Commit

Permalink
Increase version number to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed Sep 18, 2015
1 parent 907e9d0 commit 4e66f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lima_common/LIMACOMMONConfig-src.cmake
Original file line number Diff line number Diff line change
@@ -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}")

Expand Down

0 comments on commit 4e66f7d

Please sign in to comment.