diff --git a/README.md b/README.md index 003f73b8..c1c9100d 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ $ apt-get install cmake cmake-data libboost-dev libfreetype6-dev libxcb1-dev lib Please [report any problems](https://github.com/jaagr/polybar/issues/new) you run into when building the project. ~~~ sh - $ git clone --branch 2.3.9 --recursive https://github.com/jaagr/polybar + $ git clone --branch 2.3.10 --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 10acb1a7..0a88a1ff 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.9 + pkgver = 2.3.10 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 942b9a8b..cd041735 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.9 +pkgver=2.3.10 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 e5457610..da9f1b7b 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.9 + pkgver = 2.3.10 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.9 + source = polybar::git+https://github.com/jaagr/polybar.git#tag=2.3.10 md5sums = SKIP pkgname = polybar diff --git a/contrib/polybar.aur/PKGBUILD b/contrib/polybar.aur/PKGBUILD index 9d49e81a..05b4ff5b 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.9 +pkgver=2.3.10 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 bb3b6b70..81fde777 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -1,3 +1,3 @@ #pragma once -#define GIT_TAG "2.3.9" +#define GIT_TAG "2.3.10"