diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-07-21 14:44:52 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-07-21 14:44:52 +0200 |
commit | 00b78262e68b55eb395f939e0365ecb4b93dc079 (patch) | |
tree | 77523782a0ad62f49f927b1b072fd55ae3199aad /version.php | |
parent | dc5608d15ae3425beefd7a33203093865222684b (diff) | |
download | nextcloud-server-00b78262e68b55eb395f939e0365ecb4b93dc079.tar.gz nextcloud-server-00b78262e68b55eb395f939e0365ecb4b93dc079.zip |
Bump version
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.php b/version.php index 31837b15433..11b5f20f44e 100644 --- a/version.php +++ b/version.php @@ -25,12 +25,12 @@ // 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, 13); +$OC_Version = array(9, 2, 0, 0); // The human readable string -$OC_VersionString = '10.0 beta'; +$OC_VersionString = '11.0 alpha'; -$OC_VersionCanBeUpgradedFrom = array(9, 0); +$OC_VersionCanBeUpgradedFrom = array(9, 1); // The ownCloud channel $OC_Channel = 'git'; |