]> source.dussan.org Git - nextcloud-server.git/commitdiff
Increase server version
authorJoas Schilling <coding@schilljs.com>
Tue, 13 Dec 2016 19:44:00 +0000 (20:44 +0100)
committerJoas Schilling <coding@schilljs.com>
Tue, 13 Dec 2016 19:44:00 +0000 (20:44 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
version.php

index 9d31dd8b0e92fa05e0eb7190de59b6918235d18f..3703bbcb09ed5749bb005436720190acc14fb9c6 100644 (file)
 // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
 // when updating major/minor version number.
 
-$OC_Version = array(11, 0, 0, 10);
+$OC_Version = array(12, 0, 0, 10);
 
 // The human readable string
-$OC_VersionString = '11.0.0';
+$OC_VersionString = '12.0 alpha';
 
-$OC_VersionCanBeUpgradedFrom = array(9, 1);
+$OC_VersionCanBeUpgradedFrom = array(11);
 
 // default Nextcloud channel
 $OC_Channel = 'git';