[Pkg-owncloud-commits] [owncloud] 01/01: 5.0.17

David Prévot taffit at moszumanska.debian.org
Sat Jun 28 19:51:49 UTC 2014


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

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

commit 9758c104b781f2dc2ac0bac1265303ac9f3bedef
Author: Frank Karlitschek <frank at owncloud.org>
Date:   Tue Jun 24 10:43:43 2014 -0400

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

diff --git a/lib/util.php b/lib/util.php
index 222783a..13231b8 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, 34);
+		return array(5, 00, 35);
 	}
 
 	/**
@@ -85,7 +85,7 @@ class OC_Util {
 	 * @return string
 	 */
 	public static function getVersionString() {
-		return '5.0.17 beta 1';
+		return '5.0.17';
 	}
 
 	/**

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