diff --git a/build.xml b/build.xml index 05d52851a5c98610b9292d923c9b79d8f36aa00c..169fc2fc9ff4e69320721ac018fb8a8a62d60ada 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 e4b2836bc95947e8f6e0d44520c55e63221fde93..64d3b58dd2100a23e4a797cd0cc04be5020fd44f 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.