[Pkg-owncloud-commits] [owncloud] 75/75: version bump for beta release
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:08:47 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 8dd517ec79b2fabd6e050830c3eccb5846136188
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Wed Mar 14 16:28:48 2012 +0100
version bump for beta release
---
lib/util.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/util.php b/lib/util.php
index 2fba120..cd85c45 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -62,7 +62,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
- return array(3,00,0);
+ return array(3,00,1);
}
/**
@@ -70,7 +70,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '3';
+ return '2012 beta 1';
}
/**
--
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