From 6f7927ef845c441eb4b08fc8877e5867deed759f Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 14 Nov 2014 09:01:20 -0500 Subject: [PATCH] Updated version number. --- build.xml | 2 +- config/vufind/config.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 05d52851a5c..169fc2fc9ff 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.3" /> + <property name="version" value="2.3.1" /> <!-- Main Target --> <target name="main" description="main target"> diff --git a/config/vufind/config.ini b/config/vufind/config.ini index e4b2836bc95..64d3b58dd21 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -89,7 +89,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.3" +generator = "VuFind 2.3.1" ; This section allows you to configure the mechanism used for storing user ; sessions. Available types: File, Memcache, Database. -- GitLab