task(build): Bumped version to 0.1.5

This commit is contained in:
Michael Carlberg 2016-06-09 15:47:38 +02:00
parent 1e2cbc0b2e
commit f71548bc57
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ if(NOT CMAKE_CXX_COMPILER)
endif()
# TODO(jaagr): Replace with git tag
project(lemonbuddy VERSION 0.1.4)
project(lemonbuddy VERSION 0.1.5)
set(CMAKE_MODULE_PATH
"${CMAKE_MODULE_PATH}"

View File

@ -76,7 +76,7 @@ $ sudo apt-get install fonts-font-awesome
> **NOTE:** In Void Linux you will need to install `git-perl` to get support for submodules.
~~~ sh
$ git clone --branch 0.1.4 --recursive https://github.com/jaagr/lemonbuddy.git
$ git clone --branch 0.1.5 --recursive https://github.com/jaagr/lemonbuddy.git
$ mkdir lemonbuddy/build
$ cd lemonbuddy/build
$ cmake ..