diff --git a/build.xml b/build.xml index ab82ecddb65e5733489059bc924b1d7fa2608ffd..000a90a820d05a544c64677e4641372a248a5643 100644 --- a/build.xml +++ b/build.xml @@ -29,7 +29,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="4.1.2" /> + <property name="version" value="4.1.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 85d2a6b47d2985b3f9bd608c2b111ab13052e660..99b88405e078ac3752118685dd305fa9a147382b 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -133,7 +133,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 4.1.2" +generator = "VuFind 4.1.3" ; This section allows you to configure the mechanism used for storing user ; sessions. Available types: File, Memcache, Database. diff --git a/package.json b/package.json index 38fc76683df42d608cc6a8865c5941e4b7881757..523e48c354e09950d9c12bd1106d606757441752 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vufind", - "version": "4.1.2", + "version": "4.1.3", "description": "Dev tools to handle css preprocessing, js magic, and compression", "repository": { "type": "git", diff --git a/packages/DEBIAN/changelog b/packages/DEBIAN/changelog index 2677ad27668033228f126310fec9a050555d1196..a3c8ec22eae76ade764e19051ae3e36ae13c0d75 100644 --- a/packages/DEBIAN/changelog +++ b/packages/DEBIAN/changelog @@ -1,3 +1,9 @@ +vufind 4.1.3 distribution; urgency=low + + * VuFind 4.1.3 release (see http://vufind.org/wiki/changelog for details) + + -- maintainer VuFind Project Administration Team <vufind-admins@lists.sourceforge.net> Mo 11 Jun 2018 09:32:00 UTC + vufind 4.1.2 distribution; urgency=low * VuFind 4.1.2 release (see http://vufind.org/wiki/changelog for details) diff --git a/packages/DEBIAN/control b/packages/DEBIAN/control index b7f1f9eac7bd00f5a65166f93b9795b645c4182b..d32d1141593d29be6bdaa0c4b0643025c2c2afe0 100644 --- a/packages/DEBIAN/control +++ b/packages/DEBIAN/control @@ -1,5 +1,5 @@ Package: vufind -Version: 4.1.2 +Version: 4.1.3 Section: World Wide Web Priority: Optional Architecture: all