diff --git a/build.xml b/build.xml
index 6218e9a46599b36cee72c2aa653eacce30c01d10..9249123af7fea4c5a6ffb5034d4ac24d4c793e83 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 9d0913d87a1d86469b72e83470746b7481a8e2f6..344d2c6161a3ea1c3314c1922b85036f1e6bb2e1 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.