From 62d7a7d6827aeb92c0347d8736310352de9acaca Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 28 Aug 2015 11:55:25 -0400
Subject: [PATCH] Bumped version number in preparation 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 275e45fd444..5fb120c3602 100644
--- a/build.xml
+++ b/build.xml
@@ -23,7 +23,7 @@
   <property name="php-cs-fixers" value="no_blank_lines_before_namespaces,function_call_space,trailing_spaces,unused_use,lowercase_keywords,encoding,parenthesis,php_closing_tag,visibility,duplicate_semicolon,extra_empty_lines,no_blank_lines_after_class_opening,no_empty_lines_after_phpdocs,operators_spaces,spaces_before_semicolon,ternary_spaces,concat_with_spaces,short_array_syntax,phpdoc_no_access,remove_leading_slash_use" />
 
 
-  <property name="version" value="2.4.1" />
+  <property name="version" value="2.5" />
 
   <!-- We only need the -p switch if the password is non-blank -->
   <if><not><equals arg1="${mysqlrootpass}" arg2="" /></not><then>
diff --git a/config/vufind/config.ini b/config/vufind/config.ini
index b07d31142d1..86c369b5a86 100644
--- a/config/vufind/config.ini
+++ b/config/vufind/config.ini
@@ -95,7 +95,7 @@ bookBagMaxSize = 100
 ; Display bulk items (export, save, etc.) and checkboxes on search result screens?
 showBulkOptions = false
 ; Generator value to display in an HTML header <meta> tag:
-generator = "VuFind 2.4.1"
+generator = "VuFind 2.5"
 
 ; 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 a4135b48cf1..3843797b14f 100644
--- a/packages/DEBIAN/changelog
+++ b/packages/DEBIAN/changelog
@@ -1,3 +1,9 @@
+vufind 2.5 distribution; urgency=low
+
+  * VuFind 2.5 release (see http://vufind.org/wiki/changelog for details) 
+
+ -- maintainer VuFind Project Administration Team <vufind-admins@lists.sourceforge.net>  Mo 28 Sep 2015 09:00:00 UTC
+
 vufind 2.4.1 distribution; urgency=low
 
   * VuFind 2.4.1 release (see http://vufind.org/wiki/changelog for details) 
diff --git a/packages/DEBIAN/control b/packages/DEBIAN/control
index 868112ab5a9..a4944eb444d 100644
--- a/packages/DEBIAN/control
+++ b/packages/DEBIAN/control
@@ -1,5 +1,5 @@
 Package: vufind2
-Version: 2.4.1
+Version: 2.5
 Section: World Wide Web
 Priority: Optional
 Architecture: all
-- 
GitLab