Skip to content

Commit 0ac73a8

Browse files
committed
Bump version number.
1 parent c9e0356 commit 0ac73a8

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
@@ -54,7 +54,7 @@
5454
<property name="html_validator_quiet" value="" /><!-- set to 1 to prevent the HTML validation from outputting results to the console -->
5555
<property name="phpunit_html_validation_params" value="VUFIND_HTML_VALIDATOR=${html_validator} VUFIND_HTML_VALIDATOR_FAIL_TESTS=${html_validator_fail_tests} VUFIND_HTML_VALIDATOR_LOG_FILE=${html_validator_log_file} VUFIND_HTML_VALIDATOR_QUIET=${html_validator_quiet}" />
5656

57-
<property name="version" value="9.0.2" />
57+
<property name="version" value="9.0.3" />
5858

5959
<!-- We only need the -p switch if the password is non-blank -->
6060
<if>

config/vufind/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ allowSavedSearches = true
171171
; features (such as display of hierarchies).
172172
nonJavascriptSupportEnabled = false
173173
; Generator value to display in an HTML header <meta> tag:
174-
generator = "VuFind 9.0.2"
174+
generator = "VuFind 9.0.3"
175175

176176
; This section allows you to configure the mechanism used for storing user
177177
; 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": "9.0.2",
3+
"version": "9.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 9.0.3 distribution; urgency=low
2+
3+
* VuFind 9.0.3 release (see http://vufind.org/wiki/changelog for details)
4+
5+
-- maintainer VuFind Project Management Committee <[email protected]> Mo 24 Jul 2023 14:00:00 UTC
6+
17
vufind 9.0.2 distribution; urgency=low
28

39
* VuFind 9.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: 9.0.2
2+
Version: 9.0.3
33
Section: World Wide Web
44
Priority: Optional
55
Architecture: all

0 commit comments

Comments
 (0)