Skip to content

Commit

Permalink
Bump version for upcoming release.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Oct 9, 2024
1 parent b3bfafd commit cc4060b
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 @@ -68,7 +68,7 @@
<property name="bootstrap3_theme" value="bootstrap3" /><!-- base Bootstrap 3 theme (used for theme update tasks) -->
<property name="bootstrap5_theme" value="bootstrap5" /><!-- base Bootstrap 5 theme (used for theme update tasks) -->

<property name="version" value="10.0.1" />
<property name="version" value="10.1" />

<property name="mysqlconnectionargs" value="-h ${mysqlhost} -P ${mysqlport} -u ${mysqlrootuser}" />
<!-- Add password if not empty -->
Expand Down
2 changes: 1 addition & 1 deletion config/vufind/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ allowSavedSearches = true
; features (such as display of hierarchies).
nonJavascriptSupportEnabled = false
; Generator value to display in an HTML header <meta> tag:
generator = "VuFind 10.0.1"
generator = "VuFind 10.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": "10.0.1",
"version": "10.1.0",
"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 10.1 distribution; urgency=low

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

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

vufind 10.0.1 distribution; urgency=low

* VuFind 10.0.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: 10.0.1
Version: 10.1
Section: World Wide Web
Priority: Optional
Architecture: all
Expand Down

0 comments on commit cc4060b

Please sign in to comment.