summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorC Montero-Luque <cml@owncloud.com>2015-12-15 16:05:32 -0500
committerC Montero-Luque <cml@owncloud.com>2015-12-15 16:05:32 -0500
commitf152228f4cfe9510badb5c27d75d1118b9979aab (patch)
tree65e1d41e099662fda4210d5b62b39dfc5a60879e /version.php
parent346d8452c8267fd18e24b7966d9af77d71ad1571 (diff)
downloadnextcloud-server-f152228f4cfe9510badb5c27d75d1118b9979aab.tar.gz
nextcloud-server-f152228f4cfe9510badb5c27d75d1118b9979aab.zip
8.2.2 RC1v8.2.2RC1
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 915b820da25..141d73007e4 100644
--- a/version.php
+++ b/version.php
@@ -25,10 +25,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(8, 2, 1, 4);
+$OC_Version = array(8, 2, 2, 0);
// The human readable string
-$OC_VersionString = '8.2.1';
+$OC_VersionString = '8.2.2 RC1';
$OC_VersionCanBeUpgradedFrom = array(8, 1);