Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Feb 8, 2024
1 parent 01a5696 commit c0e9bf4
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 @@ -57,7 +57,7 @@
<property name="phpunit_remote_coverage" value="" /><!-- set to 1 to enable code coverage for Mink tests -->
<property name="retain_coverage_files" value="false" /><!-- set to true to keep temporary coverage files from Mink tests -->

<property name="version" value="9.1" />
<property name="version" value="9.1.1" />

<!-- 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 @@ -177,7 +177,7 @@ allowSavedSearches = true
; features (such as display of hierarchies).
nonJavascriptSupportEnabled = false
; Generator value to display in an HTML header <meta> tag:
generator = "VuFind 9.1"
generator = "VuFind 9.1.1"

; 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.1.0",
"version": "9.1.1",
"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.1.1 distribution; urgency=low

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

-- maintainer VuFind Project Management Committee <[email protected]> Mo 12 Feb 2024 14:00:00 UTC

vufind 9.1 distribution; urgency=low

* VuFind 9.1 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.1
Version: 9.1.1
Section: World Wide Web
Priority: Optional
Architecture: all
Expand Down

0 comments on commit c0e9bf4

Please sign in to comment.