docs(build): Bump version

This commit is contained in:
Michael Carlberg 2016-05-24 14:43:02 +02:00
parent 3f2eebef6e
commit 3975dabeb8
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ if(NOT CMAKE_CXX_COMPILER)
endif() endif()
endif() endif()
project(lemonbuddy VERSION 1.0.0) project(lemonbuddy VERSION 0.1.2)
set(CMAKE_MODULE_PATH set(CMAKE_MODULE_PATH
"${CMAKE_MODULE_PATH}" "${CMAKE_MODULE_PATH}"

View File

@ -72,7 +72,7 @@ If you haven't worked with builds before you could try to run the following
command chain: command chain:
~~~ sh ~~~ sh
$ git clone --branch 0.1.1 --recursive https://github.com/jaagr/lemonbuddy.git $ git clone --branch 0.1.2 --recursive https://github.com/jaagr/lemonbuddy.git
$ cd lemonbuddy $ cd lemonbuddy
$ ./build.sh $ ./build.sh
~~~ ~~~
@ -82,7 +82,7 @@ $ ./build.sh
#### It is of course recommended that you control the build process yourself. #### It is of course recommended that you control the build process yourself.
~~~ sh ~~~ sh
$ git clone --branch 0.1.1 --recursive https://github.com/jaagr/lemonbuddy.git $ git clone --branch 0.1.2 --recursive https://github.com/jaagr/lemonbuddy.git
$ mkdir lemonbuddy/build $ mkdir lemonbuddy/build
$ cd lemonbuddy/build $ cd lemonbuddy/build
$ cmake .. $ cmake ..