From 8a9e9c3bd6b65116e539d6df611e6cf4e0fe0215 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 26 Apr 2019 07:56:35 -0400 Subject: [PATCH] Increment version number. --- build.xml | 2 +- config/vufind/config.ini | 2 +- package.json | 2 +- packages/DEBIAN/changelog | 6 ++++++ packages/DEBIAN/control | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 2555af944b3..cc8e25a306d 100644 --- a/build.xml +++ b/build.xml @@ -28,7 +28,7 @@ <property name="solr_version" value="7.3.1" /> <property name="phpdoc_version" value="2.9.0" /> - <property name="version" value="5.1" /> + <property name="version" value="5.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 32294490505..08faaf8aec1 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -145,7 +145,7 @@ allowSavedSearches = true ; features (such as display of hierarchies). nonJavascriptSupportEnabled = false ; Generator value to display in an HTML header <meta> tag: -generator = "VuFind 5.1.0" +generator = "VuFind 5.1.1" ; 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 2c3c75be820..111631db52c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vufind", - "version": "5.1.0", + "version": "5.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 830490f71a2..919258e8921 100644 --- a/packages/DEBIAN/changelog +++ b/packages/DEBIAN/changelog @@ -1,3 +1,9 @@ +vufind 5.1.1 distribution; urgency=low + + * VuFind 5.1.1 release (see http://vufind.org/wiki/changelog for details) + + -- maintainer VuFind Project Administration Team <vufind-admins@lists.sourceforge.net> Mo 6 May 2019 10:00:00 UTC + vufind 5.1 distribution; urgency=low * VuFind 5.1 release (see http://vufind.org/wiki/changelog for details) diff --git a/packages/DEBIAN/control b/packages/DEBIAN/control index 693d9e9188b..00e368d8321 100644 --- a/packages/DEBIAN/control +++ b/packages/DEBIAN/control @@ -1,5 +1,5 @@ Package: vufind -Version: 5.1 +Version: 5.1.1 Section: World Wide Web Priority: Optional Architecture: all -- GitLab