Bump version

This commit is contained in:
Marius Hein 2016-02-29 22:41:58 +01:00
parent 25369b6de5
commit 845a8b78cf
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
v2.1.2 v2.2.0

View File

@ -1,9 +1,9 @@
# Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ # Icinga Web 2 | (c) 2013-2016 Icinga Development Team | GPLv2+
%define revision 1 %define revision 1
Name: icingaweb2 Name: icingaweb2
Version: 2.1.2 Version: 2.2.0
Release: %{revision}%{?dist} Release: %{revision}%{?dist}
Summary: Icinga Web 2 Summary: Icinga Web 2
Group: Applications/System Group: Applications/System

View File

@ -8,7 +8,7 @@ namespace Icinga\Application;
*/ */
class Version class Version
{ {
const VERSION = '2.1.2'; const VERSION = '2.2.0';
/** /**
* Get the version of this instance of Icinga Web 2 * Get the version of this instance of Icinga Web 2