From 5edfe3729b0c69c13dd3c04ae0d8983f42293bce Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Tue, 25 Oct 2016 21:08:21 +0200 Subject: [PATCH] build: Bump version to 2.1.2 --- README.md | 2 +- contrib/lemonbuddy.aur/.SRCINFO | 2 +- include/version.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 353100c7..1f0f08a1 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ $ apt-get install cmake cmake-data libboost-dev libfreetype6-dev libxcb1-dev lib Please [report any problems](https://github.com/jaagr/lemonbuddy/issues/new) you run into when building the project. ~~~ sh - $ git clone --branch 2.1.1 --recursive https://github.com/jaagr/lemonbuddy + $ git clone --branch 2.1.2 --recursive https://github.com/jaagr/lemonbuddy $ mkdir lemonbuddy/build $ cd lemonbuddy/build $ cmake -DCMAKE_BUILD_TYPE=Release .. diff --git a/contrib/lemonbuddy.aur/.SRCINFO b/contrib/lemonbuddy.aur/.SRCINFO index 5df17819..76b579b1 100644 --- a/contrib/lemonbuddy.aur/.SRCINFO +++ b/contrib/lemonbuddy.aur/.SRCINFO @@ -17,7 +17,7 @@ pkgbase = lemonbuddy optdepends = wireless_tools: network module support optdepends = i3ipc-glib-git: i3 module support conflicts = lemonbuddy-git - source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.1.1 + source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.1.2 md5sums = SKIP pkgname = lemonbuddy diff --git a/include/version.hpp b/include/version.hpp index e9a4de96..5f499562 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -1,3 +1,3 @@ #pragma once -#define GIT_TAG "2.1.1" +#define GIT_TAG "2.1.2"