[Pkg-owncloud-commits] [owncloud] 55/55: 5.0.16 RC1

David Prévot taffit at moszumanska.debian.org
Wed Apr 23 19:52:02 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v5.0.16RC1
in repository owncloud.

commit e2ab6027c31b3de3d8759244b8f47dcb9e2977f5
Author: Frank Karlitschek <frank at owncloud.org>
Date:   Wed Apr 23 16:51:55 2014 +0200

    5.0.16 RC1
---
 lib/util.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/util.php b/lib/util.php
index 3f1be73..850a692 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, 31);
+		return array(5, 00, 32);
 	}
 
 	/**
@@ -85,7 +85,7 @@ class OC_Util {
 	 * @return string
 	 */
 	public static function getVersionString() {
-		return '5.0.15';
+		return '5.0.16 RC1';
 	}
 
 	/**

-- 
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