diff --git a/build.xml b/build.xml index 3219f96d6f196a381fad816cfcde91d589f3304d..6218e9a46599b36cee72c2aa653eacce30c01d10 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" /> + <property name="version" value="2.0.1" /> <!-- Main Target --> <target name="main" description="main target"> diff --git a/config/vufind/config.ini b/config/vufind/config.ini index 31585bdf41a00e21bdac104dce48344ce31d0d24..9d0913d87a1d86469b72e83470746b7481a8e2f6 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" +generator = "VuFind 2.0.1" ; This section allows you to configure the mechanism used for storing user ; sessions. Available types: File, Memcache, Database.