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:
authorFrank Karlitschek <karlitschek@kde.org>2011-10-02 20:15:01 +0400
committerFrank Karlitschek <karlitschek@kde.org>2011-10-02 20:15:01 +0400
commit0eddc5cae209d8e09bc9573c889982e2f88d1f04 (patch)
treecd5d74d280bece180f200531b8dff9bf00349d50
parentc3d7ffc8775e45da9b89781bb4e99be373b8ce09 (diff)
bump version numberv2.0beta3
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index f21ec8208b4..5d03c56f18e 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,91,0);
+ return array(1,92,0);
}
/**
@@ -98,7 +98,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '2 beta 2';
+ return '2 beta 3';
}
/**