Skip to content

Commit 8a4d2ba

Browse files
committed
Version bump.
1 parent c920ba0 commit 8a4d2ba

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<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" />
2929

3030

31-
<property name="version" value="3.1.2" />
31+
<property name="version" value="3.1.3" />
3232

3333
<!-- We only need the -p switch if the password is non-blank -->
3434
<if><not><equals arg1="${mysqlrootpass}" arg2="" /></not><then>

config/vufind/config.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ showBulkOptions = false
125125
; Should users be allowed to save searches in their accounts?
126126
allowSavedSearches = true
127127
; Generator value to display in an HTML header <meta> tag:
128-
generator = "VuFind 3.1.2"
128+
generator = "VuFind 3.1.3"
129129

130130
; This section allows you to configure the mechanism used for storing user
131131
; sessions. Available types: File, Memcache, Database.

packages/DEBIAN/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
vufind 3.1.3 distribution; urgency=low
2+
3+
* VuFind 3.1.3 release (see http://vufind.org/wiki/changelog for details)
4+
5+
-- maintainer VuFind Project Administration Team <[email protected]> Mo 13 Mar 2017 08:44:17 UTC
6+
17
vufind 3.1.2 distribution; urgency=low
28

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

packages/DEBIAN/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: vufind
2-
Version: 3.1.2
2+
Version: 3.1.3
33
Section: World Wide Web
44
Priority: Optional
55
Architecture: all

0 commit comments

Comments
 (0)