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:
authorC Montero-Luque <cml@owncloud.com>2016-05-25 20:16:50 +0300
committerC Montero-Luque <cml@owncloud.com>2016-05-25 20:16:50 +0300
commitea6506ac1e7c110dfed654867ee7f5b19db8c065 (patch)
tree4e7a46fc18de0d724b1e510192137e66a821ca22
parentfa5fd68d751322c4281a991c0c2afa81a874afac (diff)
9.1.0 beta 1v9.1.0beta1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d1fbb4c0a53..f7e22b4439a 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,10 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(9, 1, 0, 4);
+$OC_Version = array(9, 1, 0, 5);
// The human readable string
-$OC_VersionString = '9.1.0 pre alpha';
+$OC_VersionString = '9.1.0 beta 1';
$OC_VersionCanBeUpgradedFrom = array(9, 0);