From 7b6687c90cda7ef6f2ee47058187fe8937a689c9 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 25 Jun 2013 15:45:38 -0400
Subject: [PATCH] Updated version number for next release.

---
 build.xml                | 2 +-
 config/vufind/config.ini | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 6218e9a4659..9249123af7f 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.0.1" />
+  <property name="version" value="2.0.2" />
 
   <!-- Main Target -->
   <target name="main" description="main target">
diff --git a/config/vufind/config.ini b/config/vufind/config.ini
index 9d0913d87a1..344d2c6161a 100644
--- a/config/vufind/config.ini
+++ b/config/vufind/config.ini
@@ -75,7 +75,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.0.1"
+generator = "VuFind 2.0.2"
 
 ; This section allows you to configure the mechanism used for storing user
 ; sessions.  Available types: File, Memcache, Database.
-- 
GitLab