[Pkg-owncloud-commits] [owncloud] 72/83: 5.0.14
David Prévot
taffit at moszumanska.debian.org
Wed Dec 18 13:05:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 5.0
in repository owncloud.
commit 5e5dcc278226c871d127931b7c5978388877a08b
Author: Frank Karlitschek <frank at owncloud.org>
Date: Tue Dec 17 14:11:18 2013 +0100
5.0.14
---
lib/util.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/util.php b/lib/util.php
index aa2bc07..c7abc8e 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, 26);
+ return array(5, 00, 27);
}
/**
@@ -85,7 +85,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.14 RC1';
+ return '5.0.14';
}
/**
--
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