build: Bump version to 2.3.0

This commit is contained in:
Michael Carlberg 2016-11-19 06:50:42 +01:00
parent 1d6e6815cd
commit 3251543d6e
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,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.2.8 --recursive https://github.com/jaagr/polybar
$ git clone --branch 2.3.0 --recursive https://github.com/jaagr/polybar
$ mkdir polybar/build
$ cd polybar/build
$ cmake -DCMAKE_BUILD_TYPE=Release ..

View File

@ -1,3 +1,3 @@
#pragma once
#define GIT_TAG "2.2.8"
#define GIT_TAG "2.3.0"