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

David Prévot taffit at moszumanska.debian.org
Wed Dec 18 13:05:41 UTC 2013


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

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

commit 956fd4a2c4b041f89e3a9200e67a030fd7cdc46e
Author: Frank Karlitschek <frank at owncloud.org>
Date:   Sun Jun 10 19:54:35 2012 +0200

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

diff --git a/lib/util.php b/lib/util.php
index 6707139..6be3e75 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,1);
+		return array(4,00,2);
 	}
 
 	/**
@@ -91,7 +91,7 @@ class OC_Util {
 	 * @return string
 	 */
 	public static function getVersionString(){
-		return '4.0.1';
+		return '4.0.2';
 	}
 
         /**

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