Skip to content

Commit a1911ad

Browse files
committed
Bump version number.
1 parent 9053d8f commit a1911ad

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<property name="skip_phpdoc" value="false" />
3434
<property name="phpdoc_version" value="3.0.0" />
3535

36-
<property name="version" value="8.0.2" />
36+
<property name="version" value="8.0.3" />
3737

3838
<!-- We only need the -p switch if the password is non-blank -->
3939
<if>

config/vufind/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ allowSavedSearches = true
164164
; features (such as display of hierarchies).
165165
nonJavascriptSupportEnabled = false
166166
; Generator value to display in an HTML header <meta> tag:
167-
generator = "VuFind 8.0.2"
167+
generator = "VuFind 8.0.3"
168168

169169
; This section allows you to configure the mechanism used for storing user
170170
; sessions. Available types: File, Memcache, Database, Redis.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vufind",
3-
"version": "8.0.2",
3+
"version": "8.0.3",
44
"description": "Dev tools to handle css preprocessing, js magic, and compression",
55
"repository": {
66
"type": "git",

packages/DEBIAN/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
vufind 8.0.3 distribution; urgency=low
2+
3+
* VuFind 8.0.3 release (see http://vufind.org/wiki/changelog for details)
4+
5+
-- maintainer VuFind Project Administration Team <[email protected]> Mo 20 Dec 2021 10:00:00 UTC
6+
17
vufind 8.0.2 distribution; urgency=low
28

39
* VuFind 8.0.2 release (see http://vufind.org/wiki/changelog for details)

packages/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: vufind
2-
Version: 8.0.2
2+
Version: 8.0.3
33
Section: World Wide Web
44
Priority: Optional
55
Architecture: all

0 commit comments

Comments
 (0)