Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Oct 9, 2024
1 parent 6ed69cc commit f886297
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 @@ -64,7 +64,7 @@
<property name="psql_needs_sudo" value="true" /><!-- set to false if psql (Postgresql) must be run with current user instead of sudo -->
<property name="solr_pid_file" value="${localdir}/solr-${solr_port}.pid" />

<property name="version" value="10.0" />
<property name="version" value="10.0.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 @@ -179,7 +179,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"
generator = "VuFind 10.0.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.0",
"version": "10.0.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 10.0.1 distribution; urgency=low

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

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

vufind 10.0 distribution; urgency=low

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

0 comments on commit f886297

Please sign in to comment.