Skip to content
Snippets Groups Projects
Commit 5a9273b4 authored by Demian Katz's avatar Demian Katz
Browse files

Version bump.

parent 3ed65494
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<property name="php-cs-fixers" value="no_blank_lines_before_namespaces,function_call_space,trailing_spaces,unused_use,lowercase_keywords,encoding,parenthesis,php_closing_tag,visibility,duplicate_semicolon,extra_empty_lines,no_blank_lines_after_class_opening,no_empty_lines_after_phpdocs,operators_spaces,spaces_before_semicolon,ternary_spaces,concat_with_spaces,short_array_syntax,phpdoc_no_access,remove_leading_slash_use,eof_ending" /> <property name="php-cs-fixers" value="no_blank_lines_before_namespaces,function_call_space,trailing_spaces,unused_use,lowercase_keywords,encoding,parenthesis,php_closing_tag,visibility,duplicate_semicolon,extra_empty_lines,no_blank_lines_after_class_opening,no_empty_lines_after_phpdocs,operators_spaces,spaces_before_semicolon,ternary_spaces,concat_with_spaces,short_array_syntax,phpdoc_no_access,remove_leading_slash_use,eof_ending" />
<property name="version" value="3.1" /> <property name="version" value="3.1.1" />
<!-- We only need the -p switch if the password is non-blank --> <!-- We only need the -p switch if the password is non-blank -->
<if><not><equals arg1="${mysqlrootpass}" arg2="" /></not><then> <if><not><equals arg1="${mysqlrootpass}" arg2="" /></not><then>
......
...@@ -125,7 +125,7 @@ showBulkOptions = false ...@@ -125,7 +125,7 @@ showBulkOptions = false
; Should users be allowed to save searches in their accounts? ; Should users be allowed to save searches in their accounts?
allowSavedSearches = true allowSavedSearches = true
; Generator value to display in an HTML header <meta> tag: ; Generator value to display in an HTML header <meta> tag:
generator = "VuFind 3.1" generator = "VuFind 3.1.1"
; This section allows you to configure the mechanism used for storing user ; This section allows you to configure the mechanism used for storing user
; sessions. Available types: File, Memcache, Database. ; sessions. Available types: File, Memcache, Database.
......
{ {
"name": "vufind", "name": "vufind",
"version": "3.1.0", "version": "3.1.1",
"description": "Dev tools to handle css preprocessing, js magic, and compression", "description": "Dev tools to handle css preprocessing, js magic, and compression",
"repository": { "repository": {
"type": "git", "type": "git",
......
vufind 3.1.1 distribution; urgency=low
* VuFind 3.1.1 release (see http://vufind.org/wiki/changelog for details)
-- maintainer VuFind Project Administration Team <vufind-admins@lists.sourceforge.net> Mo 31 Oct 2016 08:44:19 UTC
vufind 3.1 distribution; urgency=low vufind 3.1 distribution; urgency=low
* VuFind 3.1 release (see http://vufind.org/wiki/changelog for details) * VuFind 3.1 release (see http://vufind.org/wiki/changelog for details)
......
Package: vufind Package: vufind
Version: 3.1 Version: 3.1.1
Section: World Wide Web Section: World Wide Web
Priority: Optional Priority: Optional
Architecture: all Architecture: all
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment