diff --git a/build.xml b/build.xml index c9dacf5ea9b9665aebeb3431d8104dcdef414666..49717ec438c63c1e45d7d82b3a8db75a2c8ececf 100644 --- a/build.xml +++ b/build.xml @@ -28,7 +28,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.1.1" /> + <property name="version" value="3.1.2" /> <!-- 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 f69ed50f263682592b40bdbf027eff7f75497622..868d369692fe37b4523f2bfd879022fa69c69e9f 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -125,7 +125,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.1.1" +generator = "VuFind 3.1.2" ; 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 d6d5273d96e27f60f399a0903be531c23c689a07..f61c89e97efc9b3fbe5f812715a9da0711ad6711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vufind", - "version": "3.1.1", + "version": "3.1.2", "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 38c56054f8c6dc4d342ed47640f1270ef64fe439..eda2d12063424feb849fd6a7a85b20e7c554483c 100644 --- a/packages/DEBIAN/changelog +++ b/packages/DEBIAN/changelog @@ -1,3 +1,9 @@ +vufind 3.1.2 distribution; urgency=low + + * VuFind 3.1.2 release (see http://vufind.org/wiki/changelog for details) + + -- maintainer VuFind Project Administration Team <vufind-admins@lists.sourceforge.net> Mo 16 Jan 2017 07:21:54 UTC + vufind 3.1.1 distribution; urgency=low * VuFind 3.1.1 release (see http://vufind.org/wiki/changelog for details) diff --git a/packages/DEBIAN/control b/packages/DEBIAN/control index 33dfe4cb83dac216a105e467d5daa67746fd0658..4672f1037994de1d2dee1d7b86b59943b2912004 100644 --- a/packages/DEBIAN/control +++ b/packages/DEBIAN/control @@ -1,5 +1,5 @@ Package: vufind -Version: 3.1.1 +Version: 3.1.2 Section: World Wide Web Priority: Optional Architecture: all