From 3ad583b8d0cc4fc2055d7e2770a0c929d1cc1a86 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Thu, 30 Jun 2016 05:35:51 +0200 Subject: [PATCH] build: Bump version to 1.4.2 --- 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 +- man/lemonbuddy.1 | 2 +- man/lemonbuddy_config.5 | 2 +- man/lemonbuddy_terminate.1 | 2 +- man/lemonbuddy_wrapper.1 | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b46e5eab..37ffccd2 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ $ apt-get install cmake libxcb1-dev xcb-proto python-xcbgen libboost-dev libiw-d Please [report any problems](https://github.com/jaagr/lemonbuddy/issues/new) you run into when building the project. It helps alot. ~~~ sh - $ git clone --branch 1.4.1 --recursive https://github.com/jaagr/lemonbuddy + $ git clone --branch 1.4.2 --recursive https://github.com/jaagr/lemonbuddy $ mkdir lemonbuddy/build $ cd lemonbuddy/build $ cmake .. diff --git a/contrib/lemonbuddy-git.aur/.SRCINFO b/contrib/lemonbuddy-git.aur/.SRCINFO index b487ae94..587efe0a 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 tool for Lemonbar - pkgver = 1.4.1 + pkgver = 1.4.2 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 cc504860..17e3abf9 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=1.4.1 +pkgver=1.4.2 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 a5d60cb4..44dbdabf 100644 --- a/contrib/lemonbuddy.aur/.SRCINFO +++ b/contrib/lemonbuddy.aur/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = lemonbuddy pkgdesc = A fast and easy-to-use tool for Lemonbar - pkgver = 1.4.1 + pkgver = 1.4.2 pkgrel = 2 url = https://github.com/jaagr/lemonbuddy arch = i686 @@ -20,7 +20,7 @@ pkgbase = lemonbuddy optdepends = jsoncpp: i3 module support optdepends = i3ipc-glib-git: i3 module support conflicts = lemonbuddy-git - source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=1.4.1 + source = lemonbuddy::git+https://github.com/jaagr/lemonbuddy.git#tag=1.4.2 md5sums = SKIP pkgname = lemonbuddy diff --git a/contrib/lemonbuddy.aur/PKGBUILD b/contrib/lemonbuddy.aur/PKGBUILD index 58b40641..4b2af38b 100644 --- a/contrib/lemonbuddy.aur/PKGBUILD +++ b/contrib/lemonbuddy.aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Michael Carlberg # Contributor: Michael Carlberg pkgname=lemonbuddy -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=2 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 2cecdc79..34eb6866 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -1,3 +1,3 @@ #pragma once -#define GIT_TAG "1.4.1-5-gf406f1e-dev" +#define GIT_TAG "1.4.2" diff --git a/man/lemonbuddy.1 b/man/lemonbuddy.1 index c53aebb8..b90bfc09 100644 --- a/man/lemonbuddy.1 +++ b/man/lemonbuddy.1 @@ -1,4 +1,4 @@ -.TH lemonbuddy 1 2016-06-22 "lemonbuddy 1.4.1-9-gc72ba27" "User Manual" +.TH lemonbuddy 1 2016-06-22 "lemonbuddy 1.4.2" "User Manual" .SH NAME \fBlemonbuddy\fR \- A fast and easy-to-use tool for Lemonbar. .SH SYNOPSIS diff --git a/man/lemonbuddy_config.5 b/man/lemonbuddy_config.5 index f8051dd7..3ca25564 100644 --- a/man/lemonbuddy_config.5 +++ b/man/lemonbuddy_config.5 @@ -1,4 +1,4 @@ -.TH lemonbuddy_config 5 2016-06-22 "lemonbuddy 1.4.1-9-gc72ba27" "User Configuration" +.TH lemonbuddy_config 5 2016-06-22 "lemonbuddy 1.4.2" "User Configuration" .SH NAME .\" This man page will need lots of updating as documentation about lemonbuddy .\" configuration improves. diff --git a/man/lemonbuddy_terminate.1 b/man/lemonbuddy_terminate.1 index dc3879d7..706f4068 100644 --- a/man/lemonbuddy_terminate.1 +++ b/man/lemonbuddy_terminate.1 @@ -1,4 +1,4 @@ -.TH lemonbuddy_terminate 1 2016-06-22 "lemonbuddy 1.4.1-9-gc72ba27" "User Manual" +.TH lemonbuddy_terminate 1 2016-06-22 "lemonbuddy 1.4.2" "User Manual" .SH NAME \fBlemonbuddy_terminate\fR \- Terminate a previous \fBlemonbuddy\fR(1) bar. .SH SYNOPSIS diff --git a/man/lemonbuddy_wrapper.1 b/man/lemonbuddy_wrapper.1 index d63db7ae..8110a05a 100644 --- a/man/lemonbuddy_wrapper.1 +++ b/man/lemonbuddy_wrapper.1 @@ -1,4 +1,4 @@ -.TH lemonbuddy_wrapper 1 2016-06-22 "lemonbuddy 1.4.1-9-gc72ba27" "User Manual" +.TH lemonbuddy_wrapper 1 2016-06-22 "lemonbuddy 1.4.2" "User Manual" .SH NAME \fBlemonbuddy_wrapper\fR \- Start a \fBlemonbuddy\fR(1) process and connect it to a \fBlemonbar\fR(1) process. .SH SYNOPSIS