[Pkg-owncloud-commits] [owncloud] 01/75: increase version number
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:08:26 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v3.0.1
in repository owncloud.
commit d2928cb4e67aa27b5ce20d0525a30c0d97e98453
Author: Frank Karlitschek <karlitschek at kde.org>
Date: Mon Oct 10 18:40:59 2011 +0200
increase version number
---
lib/util.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/util.php b/lib/util.php
index f8748e8..8716272 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -90,7 +90,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
- return array(1,92,0);
+ return array(2,00,0);
}
/**
@@ -98,7 +98,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '2 beta 3';
+ return '2';
}
/**
--
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