[Pkg-owncloud-commits] [owncloud] 73/73: ownCloud 4.0.10

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


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

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

commit c56f52b2bfb72c813dd1ecc57e4bc49eb3eb8dfa
Author: Frank Karlitschek <frank at owncloud.org>
Date:   Wed Dec 19 21:53:32 2012 +0100

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

diff --git a/lib/util.php b/lib/util.php
index 0295af3..c983e0d 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,9);
+		return array(4,00,10);
 	}
 
 	/**
@@ -91,7 +91,7 @@ class OC_Util {
 	 * @return string
 	 */
 	public static function getVersionString(){
-		return '4.0.9';
+		return '4.0.10';
 	}
 
         /**

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