From 6d0f8f41eaeeb27fbdb0f96efe155e601357444b Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 24 Jan 2014 10:28:01 -0500
Subject: [PATCH] Updating version number for next release.

---
 build.xml                 | 2 +-
 config/vufind/config.ini  | 2 +-
 packages/DEBIAN/changelog | 6 ++++++
 packages/DEBIAN/control   | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index b11aa09fe37..e60b8444a05 100644
--- a/build.xml
+++ b/build.xml
@@ -16,7 +16,7 @@
   <property name="mysqlrootpass" value="password" />
   <property name="pgsqlhost" value="localhost" />
   <property name="pgsqlrootuser" value="postgres" />
-  <property name="version" value="2.1.1" />
+  <property name="version" value="2.2" />
 
   <!-- Main Target -->
   <target name="main" description="main target">
diff --git a/config/vufind/config.ini b/config/vufind/config.ini
index 0e81f5ef306..5f83c5e903e 100644
--- a/config/vufind/config.ini
+++ b/config/vufind/config.ini
@@ -81,7 +81,7 @@ showBookBag = false
 ; Set the maximum amount of items allowed in the Book Bag - Default is 100
 bookBagMaxSize = 100
 ; Generator value to display in an HTML header <meta> tag:
-generator = "VuFind 2.1.1"
+generator = "VuFind 2.2"
 
 ; This section allows you to configure the mechanism used for storing user
 ; sessions.  Available types: File, Memcache, Database.
diff --git a/packages/DEBIAN/changelog b/packages/DEBIAN/changelog
index 7af193a31cb..0d0a76f3788 100644
--- a/packages/DEBIAN/changelog
+++ b/packages/DEBIAN/changelog
@@ -1,3 +1,9 @@
+vufind 2.2 distribution; urgency=low
+
+  * VuFind 2.2 release (see http://vufind.org/wiki/changelog for details) 
+
+ -- maintainer VuFind Project Administration Team <vufind-admins@lists.sourceforge.net>  Mo 27 Jan 2014 09:13:52 UTC
+
 vufind 2.1.1 distribution; urgency=low
 
   * VuFind 2.1.1 release (see http://vufind.org/wiki/changelog for details) 
diff --git a/packages/DEBIAN/control b/packages/DEBIAN/control
index 8d5d21d7c57..865fbd2a1a4 100644
--- a/packages/DEBIAN/control
+++ b/packages/DEBIAN/control
@@ -1,5 +1,5 @@
 Package: vufind2
-Version: 2.1.1
+Version: 2.2
 Section: World Wide Web
 Priority: Optional
 Architecture: all
-- 
GitLab