Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-03-14 19:28:48 +0400
committerArthur Schiwon <blizzz@owncloud.com>2012-03-14 19:28:48 +0400
commit8dd517ec79b2fabd6e050830c3eccb5846136188 (patch)
treea919f28af7a68e2d9361651b4153f54a404101db
parentedeaa0a4a18fab9f3ab0ec333a1e399a56f8d985 (diff)
version bump for beta releasev3.0.1
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 2fba1206bff..cd85c45870a 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';
}
/**