From 30af1fa302cb259546bd6951eeae0251dcef3c10 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 1 Dec 2020 16:43:16 -0500
Subject: [PATCH] Bump version number.

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

diff --git a/build.xml b/build.xml
index e007c8017a8..f646a3d044e 100644
--- a/build.xml
+++ b/build.xml
@@ -32,7 +32,7 @@
   <property name="skip_phpdoc" value="false" />
   <property name="phpdoc_version" value="3.0.0-alpha.4" />
 
-  <property name="version" value="7.0.1" />
+  <property name="version" value="7.0.2" />
 
   <!-- 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 5fd81e659e4..6e0c5d4fb6d 100644
--- a/config/vufind/config.ini
+++ b/config/vufind/config.ini
@@ -164,7 +164,7 @@ allowSavedSearches = true
 ; features (such as display of hierarchies).
 nonJavascriptSupportEnabled = false
 ; Generator value to display in an HTML header <meta> tag:
-generator = "VuFind 7.0.1"
+generator = "VuFind 7.0.2"
 
 ; This section allows you to configure the mechanism used for storing user
 ; sessions.  Available types: File, Memcache, Database, Redis.
diff --git a/package.json b/package.json
index b4572733173..f9664928929 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "vufind",
-  "version": "7.0.1",
+  "version": "7.0.2",
   "description": "Dev tools to handle css preprocessing, js magic, and compression",
   "repository": {
     "type": "git",
diff --git a/packages/DEBIAN/changelog b/packages/DEBIAN/changelog
index 081488163c2..0108c80dc87 100644
--- a/packages/DEBIAN/changelog
+++ b/packages/DEBIAN/changelog
@@ -1,3 +1,9 @@
+vufind 7.0.2 distribution; urgency=low
+
+  * VuFind 7.0.2 release (see http://vufind.org/wiki/changelog for details)
+
+ -- maintainer VuFind Project Administration Team <vufind-admins@lists.sourceforge.net>  Mo 7 Dec 2020 10:00:00 UTC
+
 vufind 7.0.1 distribution; urgency=low
 
   * VuFind 7.0.1 release (see http://vufind.org/wiki/changelog for details)
diff --git a/packages/DEBIAN/control b/packages/DEBIAN/control
index 18ab6c045fb..deaf6c6395d 100644
--- a/packages/DEBIAN/control
+++ b/packages/DEBIAN/control
@@ -1,5 +1,5 @@
 Package: vufind
-Version: 7.0.1
+Version: 7.0.2
 Section: World Wide Web
 Priority: Optional
 Architecture: all
-- 
GitLab