]> source.dussan.org Git - nextcloud-server.git/commitdiff
Increase version to Beta 2 2380/head
authorLukas Reschke <lukas@statuscode.ch>
Mon, 28 Nov 2016 15:22:24 +0000 (16:22 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Mon, 28 Nov 2016 15:22:24 +0000 (16:22 +0100)
Just as a precaution already so we can easily ship this via the updater to the beta channel properly to Beta 1 users

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
version.php

index 47c3ca4f2368b832ef79850078715edb8bc52a7c..bb44d3f26473d49a4ac63167086a1fcb99332865 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, 4);
+$OC_Version = array(11, 0, 0, 5);
 
 // The human readable string
-$OC_VersionString = '11.0 beta';
+$OC_VersionString = '11.0 beta 2';
 
 $OC_VersionCanBeUpgradedFrom = array(9, 1);