[Pkg-owncloud-commits] [owncloud] 03/03: 4.0.13

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


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

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

commit ee8d198358c6fd35e9c72b1fa2e42feb9968fc83
Author: Frank Karlitschek <frank at owncloud.org>
Date:   Sat Mar 9 21:17:10 2013 +0100

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

diff --git a/lib/util.php b/lib/util.php
index f1344d5..12fb6eb 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,12);
+		return array(4,00,13);
 	}
 
 	/**
@@ -91,7 +91,7 @@ class OC_Util {
 	 * @return string
 	 */
 	public static function getVersionString(){
-		return '4.0.12';
+		return '4.0.13';
 	}
 
         /**

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