[Pkg-owncloud-commits] [owncloud] 07/07: 4.0.15
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:09:55 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v4.0.15
in repository owncloud.
commit 038f00d455e8219bd5063d4c995999e6a7fef851
Author: Frank Karlitschek <frank at owncloud.org>
Date: Tue May 14 08:09:46 2013 +0200
4.0.15
---
lib/util.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/util.php b/lib/util.php
index 60d8a0c..fe3ccd5 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,14);
+ return array(4,00,15);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.14';
+ return '4.0.15';
}
/**
--
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