From 57656e81e4d623eb8aedd089a14759cdbe4f455f Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Thu, 22 Dec 2016 00:20:40 +0100 Subject: [PATCH] build: Bump version to 2.4.0 --- README.md | 2 +- contrib/polybar-git.aur/.SRCINFO | 2 +- contrib/polybar-git.aur/PKGBUILD | 2 +- contrib/polybar.aur/.SRCINFO | 4 ++-- contrib/polybar.aur/PKGBUILD | 2 +- include/version.hpp | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 78e22c49..d1405d1a 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ $ apt-get install i3-wm libasound2-dev libmpdclient-dev libiw-dev Please [report any problems](https://github.com/jaagr/polybar/issues/new) you run into when building the project. ~~~ sh - $ git clone --branch 2.3.13 --recursive https://github.com/jaagr/polybar + $ git clone --branch 2.4.0 --recursive https://github.com/jaagr/polybar $ mkdir polybar/build $ cd polybar/build $ cmake -DCMAKE_BUILD_TYPE=Release .. diff --git a/contrib/polybar-git.aur/.SRCINFO b/contrib/polybar-git.aur/.SRCINFO index e2ddfbc7..9290eb0c 100644 --- a/contrib/polybar-git.aur/.SRCINFO +++ b/contrib/polybar-git.aur/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = polybar-git pkgdesc = A fast and easy-to-use status bar - pkgver = 2.3.13 + pkgver = 2.4.0 pkgrel = 1 url = https://github.com/jaagr/polybar arch = i686 diff --git a/contrib/polybar-git.aur/PKGBUILD b/contrib/polybar-git.aur/PKGBUILD index de5b13a2..53aa941a 100644 --- a/contrib/polybar-git.aur/PKGBUILD +++ b/contrib/polybar-git.aur/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Michael Carlberg _pkgname=polybar pkgname="${_pkgname}-git" -pkgver=2.3.13 +pkgver=2.4.0 pkgrel=1 pkgdesc="A fast and easy-to-use status bar" arch=("i686" "x86_64") diff --git a/contrib/polybar.aur/.SRCINFO b/contrib/polybar.aur/.SRCINFO index 91f1a40d..a82314a3 100644 --- a/contrib/polybar.aur/.SRCINFO +++ b/contrib/polybar.aur/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = polybar pkgdesc = A fast and easy-to-use status bar - pkgver = 2.3.13 + pkgver = 2.4.0 pkgrel = 1 url = https://github.com/jaagr/polybar arch = i686 @@ -24,7 +24,7 @@ pkgbase = polybar conflicts = polybar-git conflicts = lemonbuddy-git conflicts = lemonbuddy - source = polybar::git+https://github.com/jaagr/polybar.git#tag=2.3.13 + source = polybar::git+https://github.com/jaagr/polybar.git#tag=2.4.0 md5sums = SKIP pkgname = polybar diff --git a/contrib/polybar.aur/PKGBUILD b/contrib/polybar.aur/PKGBUILD index 40758e7c..5dc48600 100644 --- a/contrib/polybar.aur/PKGBUILD +++ b/contrib/polybar.aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Michael Carlberg # Contributor: Michael Carlberg pkgname=polybar -pkgver=2.3.13 +pkgver=2.4.0 pkgrel=1 pkgdesc="A fast and easy-to-use status bar" arch=("i686" "x86_64") diff --git a/include/version.hpp b/include/version.hpp index f434feed..a5f52ea2 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -1,3 +1,3 @@ #pragma once -#define GIT_TAG "2.3.13" +#define GIT_TAG "2.4.0"