diff --git a/build.xml b/build.xml index 9f01132d279cd2a5d58a74239f25fe750e608d60..b85aba585e6fe1b5ef53b5dbbe48663fb822c411 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.2" /> + <property name="version" value="3.0.3" /> <!-- 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 4bcad7a94918c3dd38f1b65dcba9f8a49a39e91f..87ec3126e2804bdfe89d27dc96e6130d6670c19e 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.2" +generator = "VuFind 3.0.3" ; 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 8a3e22435563133dd7adac694f4027a183dace14..06dce5e387af115f9d83a202d0b134fbda5306c1 100644 --- a/packages/DEBIAN/changelog +++ b/packages/DEBIAN/changelog @@ -1,3 +1,9 @@ +vufind 3.0.3 distribution; urgency=low + + * VuFind 3.0.3 release (see http://vufind.org/wiki/changelog for details) + + -- maintainer VuFind Project Administration Team <vufind-admins@lists.sourceforge.net> Mo 1 Aug 2016 09:01:21 UTC + vufind 3.0.2 distribution; urgency=low * VuFind 3.0.2 release (see http://vufind.org/wiki/changelog for details) diff --git a/packages/DEBIAN/control b/packages/DEBIAN/control index f7c1364285e18d4df2ed9c536c173a30f764296d..059764350cc8d0b5fb97766472d0dfbfa932ea55 100644 --- a/packages/DEBIAN/control +++ b/packages/DEBIAN/control @@ -1,5 +1,5 @@ Package: vufind -Version: 3.0.2 +Version: 3.0.3 Section: World Wide Web Priority: Optional Architecture: all