[Pkg-owncloud-commits] [owncloud] 13/16: 5.0.18
David Prévot
taffit at moszumanska.debian.org
Wed Mar 11 15:49:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v5.0.19
in repository owncloud.
commit 50e025b148223d4c47837b6e49aea332a6f7d2bf
Author: Frank Karlitschek <frank at owncloud.org>
Date: Fri Nov 7 20:28:34 2014 +0100
5.0.18
---
lib/util.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/util.php b/lib/util.php
index c486ff6..a306c45 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -77,7 +77,7 @@ class OC_Util {
public static function getVersion() {
// hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number.
- return array(5, 00, 35);
+ return array(5, 00, 36);
}
/**
@@ -85,7 +85,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.17';
+ return '5.0.18';
}
/**
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list