[Pkg-owncloud-commits] [owncloud] 02/02: 4.0.16

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:10:02 UTC 2013


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

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

commit e477c6799e049fc523ced873ef5b5363f306051c
Author: Frank Karlitschek <frank at owncloud.org>
Date:   Thu Jun 6 10:11:14 2013 +0200

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

diff --git a/lib/util.php b/lib/util.php
index fe3ccd5..f982dea 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -83,7 +83,7 @@ class OC_Util {
 	 * @return array
 	 */
 	public static function getVersion(){
-		return array(4,00,15);
+		return array(4,00,16);
 	}
 
 	/**
@@ -91,7 +91,7 @@ class OC_Util {
 	 * @return string
 	 */
 	public static function getVersionString(){
-		return '4.0.15';
+		return '4.0.16';
 	}
 
         /**

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