Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jun 30, 2017
1 parent a607a83 commit 68b3323
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 @@ -29,7 +29,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="version" value="3.1.3" />
<property name="version" value="4.0" />

<!-- We only need the -p switch if the password is non-blank -->
<if><not><equals arg1="${mysqlrootpass}" arg2="" /></not><then>
Expand Down
2 changes: 1 addition & 1 deletion config/vufind/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ showBulkOptions = false
; Should users be allowed to save searches in their accounts?
allowSavedSearches = true
; Generator value to display in an HTML header <meta> tag:
generator = "VuFind 3.1.3"
generator = "VuFind 4.0"

; This section allows you to configure the mechanism used for storing user
; sessions. Available types: File, Memcache, Database.
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": "3.1.2",
"version": "4.0.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 4.0 distribution; urgency=low

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

-- maintainer VuFind Project Administration Team <vufind-admins@lists.sourceforge.net> Mo 10 Jul 2017 09:30:33 UTC

vufind 3.1.3 distribution; urgency=low

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

0 comments on commit 68b3323

Please sign in to comment.