[Pkg-owncloud-commits] [owncloud] 49/73: 4.0.8
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:09:09 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 033ac60208161513db22d3eb8e025a34199b6fd0
Author: Frank Karlitschek <frank at owncloud.org>
Date: Tue Oct 9 17:07:10 2012 +0200
4.0.8
---
lib/util.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/util.php b/lib/util.php
index 22ecf80..251aaf1 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,7);
+ return array(4,00,8);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.7';
+ return '4.0.8';
}
/**
@@ -485,4 +485,4 @@ class OC_Util {
}
return $pseudo_byte;
}
-}
\ No newline at end of file
+}
--
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