diff --git a/build.xml b/build.xml index b88028aee162264a271c2ebd4669f4231a8accf1..1e2f755c724dbce691bf001fb03b47e09a5b4110 100644 --- a/build.xml +++ b/build.xml @@ -32,7 +32,7 @@ <property name="skip_phpdoc" value="false" /> <property name="phpdoc_version" value="3.0.0-alpha.4" /> - <property name="version" value="7.1" /> + <property name="version" value="7.1.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 c8e0aeeb874ae759b7f7f7f393f2af7a28c5c4b8..15357a6963109272d0bbb784f2adc8d351de0560 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -164,7 +164,7 @@ allowSavedSearches = true ; features (such as display of hierarchies). nonJavascriptSupportEnabled = false ; Generator value to display in an HTML header <meta> tag: -generator = "VuFind 7.1" +generator = "VuFind 7.1.1" ; This section allows you to configure the mechanism used for storing user ; sessions. Available types: File, Memcache, Database, Redis. diff --git a/package.json b/package.json index 32e484d7fd6501f757f2270da0de6cb281c7712c..9acd163a3dc3de9f3f81d1cce0580563b4e8cf42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vufind", - "version": "7.1.0", + "version": "7.1.1", "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 b2a1b55c417d795b13823f91f452f41fda236aaa..d65ff685316ac6b17e11aeb99a333e9c84bf4f12 100644 --- a/packages/DEBIAN/changelog +++ b/packages/DEBIAN/changelog @@ -1,3 +1,9 @@ +vufind 7.1.1 distribution; urgency=low + + * VuFind 7.1.1 release (see http://vufind.org/wiki/changelog for details) + + -- maintainer VuFind Project Administration Team <vufind-admins@lists.sourceforge.net> Mo 5 Jul 2021 10:00:00 UTC + vufind 7.1 distribution; urgency=low * VuFind 7.1 release (see http://vufind.org/wiki/changelog for details) diff --git a/packages/DEBIAN/control b/packages/DEBIAN/control index dc2e2593e4f12e131895220f4815a01ab3b2e474..3f6cafaa7c52d15d5110ffa9cc6b9183c9b43cea 100644 --- a/packages/DEBIAN/control +++ b/packages/DEBIAN/control @@ -1,5 +1,5 @@ Package: vufind -Version: 7.1 +Version: 7.1.1 Section: World Wide Web Priority: Optional Architecture: all