From ec1326f950da7ad5b0f9c4e6783b8fa757eba326 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Tue, 25 Oct 2016 23:11:33 +0200 Subject: [PATCH] build: Bump version to 2.1.3 --- README.md | 2 +- contrib/lemonbuddy-git.aur/.SRCINFO | 2 +- contrib/lemonbuddy-git.aur/PKGBUILD | 2 +- contrib/lemonbuddy.aur/.SRCINFO | 4 ++-- contrib/lemonbuddy.aur/PKGBUILD | 2 +- include/version.hpp | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1f0f08a1..7f166344 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.2 --recursive https://github.com/jaagr/lemonbuddy + $ git clone --branch 2.1.3 --recursive https://github.com/jaagr/lemonbuddy $ mkdir lemonbuddy/build $ cd lemonbuddy/build $ cmake -DCMAKE_BUILD_TYPE=Release .. diff --git a/contrib/lemonbuddy-git.aur/.SRCINFO b/contrib/lemonbuddy-git.aur/.SRCINFO index 39101005..6ddd2a93 100644 --- a/contrib/lemonbuddy-git.aur/.SRCINFO +++ b/contrib/lemonbuddy-git.aur/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = lemonbuddy-git pkgdesc = A fast and easy-to-use status bar - pkgver = 2.1.2 + pkgver = 2.1.3 pkgrel = 1 url = https://github.com/jaagr/lemonbuddy arch = i686 diff --git a/contrib/lemonbuddy-git.aur/PKGBUILD b/contrib/lemonbuddy-git.aur/PKGBUILD index aaa50e8c..5825bebc 100644 --- a/contrib/lemonbuddy-git.aur/PKGBUILD +++ b/contrib/lemonbuddy-git.aur/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Michael Carlberg _pkgname=lemonbuddy pkgname="${_pkgname}-git" -pkgver=2.1.2 +pkgver=2.1.3 pkgrel=1 pkgdesc="A fast and easy-to-use tool for Lemonbar" arch=("i686" "x86_64") diff --git a/contrib/lemonbuddy.aur/.SRCINFO b/contrib/lemonbuddy.aur/.SRCINFO index 76b579b1..3db69478 100644 --- a/contrib/lemonbuddy.aur/.SRCINFO +++ b/contrib/lemonbuddy.aur/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = lemonbuddy pkgdesc = A fast and easy-to-use status bar - pkgver = 2.1.2 + pkgver = 2.1.3 pkgrel = 1 url = https://github.com/jaagr/lemonbuddy arch = i686 @@ -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.2 + source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=2.1.3 md5sums = SKIP pkgname = lemonbuddy diff --git a/contrib/lemonbuddy.aur/PKGBUILD b/contrib/lemonbuddy.aur/PKGBUILD index 074711ec..348849ed 100644 --- a/contrib/lemonbuddy.aur/PKGBUILD +++ b/contrib/lemonbuddy.aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Michael Carlberg # Contributor: Michael Carlberg pkgname=lemonbuddy -pkgver=2.1.2 +pkgver=2.1.3 pkgrel=1 pkgdesc="A fast and easy-to-use tool for Lemonbar" arch=("i686" "x86_64") diff --git a/include/version.hpp b/include/version.hpp index 5f499562..ddec16c2 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -1,3 +1,3 @@ #pragma once -#define GIT_TAG "2.1.2" +#define GIT_TAG "2.1.3"