[Pkg-owncloud-commits] [owncloud] 11/11: 4.0.12
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:09:32 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v4.0.12
in repository owncloud.
commit 1ab308446ebbb7ea43d6b2f4c4a869d648cf20a3
Author: Frank Karlitschek <frank at owncloud.org>
Date: Mon Feb 18 15:42:51 2013 +0100
4.0.12
---
lib/util.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/util.php b/lib/util.php
index 3bb61e1..f1344d5 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,11);
+ return array(4,00,12);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.11';
+ return '4.0.12';
}
/**
--
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