Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jul 19, 2023
1 parent c9e0356 commit 0ac73a8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<property name="html_validator_quiet" value="" /><!-- set to 1 to prevent the HTML validation from outputting results to the console -->
<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}" />

<property name="version" value="9.0.2" />
<property name="version" value="9.0.3" />

<!-- We only need the -p switch if the password is non-blank -->
<if>
Expand Down
2 changes: 1 addition & 1 deletion config/vufind/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ allowSavedSearches = true
; features (such as display of hierarchies).
nonJavascriptSupportEnabled = false
; Generator value to display in an HTML header <meta> tag:
generator = "VuFind 9.0.2"
generator = "VuFind 9.0.3"

; This section allows you to configure the mechanism used for storing user
; sessions. Available types: File, Memcache, Database, Redis.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vufind",
"version": "9.0.2",
"version": "9.0.3",
"description": "Dev tools to handle css preprocessing, js magic, and compression",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
vufind 9.0.3 distribution; urgency=low

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

-- maintainer VuFind Project Management Committee <[email protected]> Mo 24 Jul 2023 14:00:00 UTC

vufind 9.0.2 distribution; urgency=low

* VuFind 9.0.2 release (see http://vufind.org/wiki/changelog for details)
Expand Down
2 changes: 1 addition & 1 deletion packages/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: vufind
Version: 9.0.2
Version: 9.0.3
Section: World Wide Web
Priority: Optional
Architecture: all
Expand Down

0 comments on commit 0ac73a8

Please sign in to comment.