diff --git a/build.xml b/build.xml index 68fa7e86faa..96c1b3784d8 100644 --- a/build.xml +++ b/build.xml @@ -33,7 +33,7 @@ - + diff --git a/config/vufind/config.ini b/config/vufind/config.ini index 4620cc2fab9..971d819a26a 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 tag: -generator = "VuFind 8.0.2" +generator = "VuFind 8.0.3" ; 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 d9219c85698..b2f12ac175c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vufind", - "version": "8.0.2", + "version": "8.0.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 5c5af00ced0..8fbcfb5c222 100644 --- a/packages/DEBIAN/changelog +++ b/packages/DEBIAN/changelog @@ -1,3 +1,9 @@ +vufind 8.0.3 distribution; urgency=low + + * VuFind 8.0.3 release (see http://vufind.org/wiki/changelog for details) + + -- maintainer VuFind Project Administration Team Mo 20 Dec 2021 10:00:00 UTC + vufind 8.0.2 distribution; urgency=low * VuFind 8.0.2 release (see http://vufind.org/wiki/changelog for details) diff --git a/packages/DEBIAN/control b/packages/DEBIAN/control index 069b4fbba82..f6407c8d106 100644 --- a/packages/DEBIAN/control +++ b/packages/DEBIAN/control @@ -1,5 +1,5 @@ Package: vufind -Version: 8.0.2 +Version: 8.0.3 Section: World Wide Web Priority: Optional Architecture: all