]> source.dussan.org Git - nextcloud-server.git/commitdiff
Make it 10.0.1 RC2
authorLukas Reschke <lukas@statuscode.ch>
Mon, 26 Sep 2016 20:30:30 +0000 (22:30 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2016 20:30:30 +0000 (22:30 +0200)
version.php

index db0301259c98c752774598be9f7aadb39afd3e69..e222aaf52dbcf4aeaeb93b4a817865654f793d2a 100644 (file)
 // 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, 1, 1);
+$OC_Version = array(9, 1, 1, 2);
 
 // The human readable string
-$OC_VersionString = '10.0.1';
+$OC_VersionString = '10.0.1 RC2';
 
 $OC_VersionCanBeUpgradedFrom = array(9, 0);