diff --git a/build.xml b/build.xml index 95842ffa374a9d7db36cc58b27848a46aac05a8f..16723cbd14199f2cb06bbaca4fd5a16f160017f2 100644 --- a/build.xml +++ b/build.xml @@ -26,7 +26,7 @@ <property name="php-cs-fixers" value="no_blank_lines_before_namespaces,function_call_space,trailing_spaces,unused_use,lowercase_keywords,encoding,parenthesis,php_closing_tag,visibility,duplicate_semicolon,extra_empty_lines,no_blank_lines_after_class_opening,no_empty_lines_after_phpdocs,operators_spaces,spaces_before_semicolon,ternary_spaces,concat_with_spaces,short_array_syntax,phpdoc_no_access,remove_leading_slash_use,eof_ending" /> - <property name="version" value="3.0" /> + <property name="version" value="3.0.1" /> <!-- We only need the -p switch if the password is non-blank --> <if><not><equals arg1="${mysqlrootpass}" arg2="" /></not><then> diff --git a/config/vufind/config.ini b/config/vufind/config.ini index 2df83315d3160f1cdb52ce92021a6719e1112939..3dd16f70d0e71dc738dea46a5d16a1ac7c2d9d56 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -103,7 +103,7 @@ showBulkOptions = false ; Should users be allowed to save searches in their accounts? allowSavedSearches = true ; Generator value to display in an HTML header <meta> tag: -generator = "VuFind 3.0" +generator = "VuFind 3.0.1" ; This section allows you to configure the mechanism used for storing user ; sessions. Available types: File, Memcache, Database. diff --git a/packages/DEBIAN/changelog b/packages/DEBIAN/changelog index cf733a3a054eb49e8f9a454abcb4ac93f698c676..8524042a4452492bdf92b24e9c862c9bd62ca08a 100644 --- a/packages/DEBIAN/changelog +++ b/packages/DEBIAN/changelog @@ -1,3 +1,9 @@ +vufind 3.0.1 distribution; urgency=low + + * VuFind 3.0.1 release (see http://vufind.org/wiki/changelog for details) + + -- maintainer VuFind Project Administration Team <vufind-admins@lists.sourceforge.net> Fr 27 May 2016 12:00:49 UTC + vufind 3.0 distribution; urgency=low * VuFind 3.0 release (see http://vufind.org/wiki/changelog for details) diff --git a/packages/DEBIAN/control b/packages/DEBIAN/control index b34bed0ab52ccc68658bd10e289df757d9c2bf34..9016c826dd19a96e416cca31060f97c4b9b82eca 100644 --- a/packages/DEBIAN/control +++ b/packages/DEBIAN/control @@ -1,5 +1,5 @@ Package: vufind -Version: 3.0 +Version: 3.0.1 Section: World Wide Web Priority: Optional Architecture: all