[Pkg-owncloud-commits] [owncloud] 70/73: 4.0.9
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:09:14 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 28fdba2a7863e4457963e64ce4117b1d3be9b45c
Author: Frank Karlitschek <frank at owncloud.org>
Date: Tue Nov 13 22:09:00 2012 +0100
4.0.9
---
lib/util.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/util.php b/lib/util.php
index 3c4b313..0295af3 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,8);
+ return array(4,00,9);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.8';
+ return '4.0.9';
}
/**
--
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