From 3975dabeb8151deb983178a237bfa9ec523d8549 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Tue, 24 May 2016 14:43:02 +0200 Subject: [PATCH] docs(build): Bump version --- CMakeLists.txt | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39bfdfcf..0e400ef3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ if(NOT CMAKE_CXX_COMPILER) endif() endif() -project(lemonbuddy VERSION 1.0.0) +project(lemonbuddy VERSION 0.1.2) set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" diff --git a/README.md b/README.md index 8fe88bac..13cad2ed 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ If you haven't worked with builds before you could try to run the following command chain: ~~~ 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 $ ./build.sh ~~~ @@ -82,7 +82,7 @@ $ ./build.sh #### It is of course recommended that you control the build process yourself. ~~~ 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 $ cd lemonbuddy/build $ cmake ..