From d5d941e663340f966ca491b49177e3cd76546451 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Thu, 26 Jan 2017 21:56:29 +0100 Subject: [PATCH] build: Bump version to 3.0.2 --- 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 +- man/polybar.1 | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c55466bd..e851bd19 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Find a more complete list on the [dedicated wiki page](https://github.com/jaagr/ Please [report any problems](https://github.com/jaagr/polybar/issues/new) you run into when building the project. ~~~ sh - $ git clone --branch 3.0.1 --recursive https://github.com/jaagr/polybar + $ git clone --branch 3.0.2 --recursive https://github.com/jaagr/polybar $ mkdir polybar/build $ cd polybar/build $ cmake .. diff --git a/contrib/polybar-git.aur/.SRCINFO b/contrib/polybar-git.aur/.SRCINFO index ffb54e11..8d3a947a 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 = 3.0.1 + pkgver = 3.0.2 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 72073221..4fd25c2f 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=3.0.1 +pkgver=3.0.2 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 bdbfc940..d77fc955 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 = 3.0.1 + pkgver = 3.0.2 pkgrel = 1 url = https://github.com/jaagr/polybar arch = i686 @@ -25,7 +25,7 @@ pkgbase = polybar conflicts = polybar-git conflicts = lemonbuddy-git conflicts = lemonbuddy - source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.0.1 + source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.0.2 install = polybar.install md5sums = SKIP diff --git a/contrib/polybar.aur/PKGBUILD b/contrib/polybar.aur/PKGBUILD index 71fdebf0..1a92d353 100644 --- a/contrib/polybar.aur/PKGBUILD +++ b/contrib/polybar.aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Michael Carlberg # Contributor: Michael Carlberg pkgname=polybar -pkgver=3.0.1 +pkgver=3.0.2 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 960d7dbc..883ba383 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -1,3 +1,3 @@ #pragma once -#define GIT_TAG "3.0.1" +#define GIT_TAG "3.0.2" diff --git a/man/polybar.1 b/man/polybar.1 index 4bd58417..847e3979 100644 --- a/man/polybar.1 +++ b/man/polybar.1 @@ -1,4 +1,4 @@ -.TH polybar 1 2017-01-25 "polybar 3.0.0" "User Manual" +.TH polybar 1 2017-01-26 "polybar 3.0.2" "User Manual" .SH NAME polybar \- A fast and easy-to-use tool status bar .SH SYNOPSIS