Skip to content

Commit

Permalink
build: Bump version to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaagr committed Feb 5, 2017
1 parent 384c12a commit 1f31870
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.3 --recursive https://github.com/jaagr/polybar
$ git clone --branch 3.0.4 --recursive https://github.com/jaagr/polybar
$ mkdir polybar/build
$ cd polybar/build
$ cmake ..
Expand Down
2 changes: 1 addition & 1 deletion contrib/polybar-git.aur/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polybar-git
pkgdesc = A fast and easy-to-use status bar
pkgver = 3.0.3
pkgver = 3.0.4
pkgrel = 1
url = https://github.com/jaagr/polybar
arch = i686
Expand Down
2 changes: 1 addition & 1 deletion contrib/polybar-git.aur/PKGBUILD
Expand Up @@ -2,7 +2,7 @@
# Contributor: Michael Carlberg <c@rlberg.se>
_pkgname=polybar
pkgname="${_pkgname}-git"
pkgver=3.0.3
pkgver=3.0.4
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
Expand Down
4 changes: 2 additions & 2 deletions contrib/polybar.aur/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polybar
pkgdesc = A fast and easy-to-use status bar
pkgver = 3.0.3
pkgver = 3.0.4
pkgrel = 1
url = https://github.com/jaagr/polybar
arch = i686
Expand All @@ -24,7 +24,7 @@ pkgbase = polybar
optdepends = ttf-unifont: Font used in example config
optdepends = siji-git: Font used in example config
conflicts = polybar-git
source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.0.3
source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.0.4
install = polybar.install
md5sums = SKIP

Expand Down
2 changes: 1 addition & 1 deletion contrib/polybar.aur/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Carlberg <c@rlberg.se>
# Contributor: Michael Carlberg <c@rlberg.se>
pkgname=polybar
pkgver=3.0.3
pkgver=3.0.4
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
Expand Down
4 changes: 2 additions & 2 deletions include/version.hpp
@@ -1,4 +1,4 @@
#pragma once

#define GIT_TAG "3.0.3"
#define GIT_TAG_NAMESPACE v3_0_3
#define GIT_TAG "3.0.4"
#define GIT_TAG_NAMESPACE v3_0_4

0 comments on commit 1f31870

Please sign in to comment.