]> source.dussan.org Git - nextcloud-server.git/commitdiff
9.0.1 beta v9.0.1beta
authorC Montero-Luque <cml@owncloud.com>
Tue, 22 Mar 2016 21:01:51 +0000 (17:01 -0400)
committerC Montero-Luque <cml@owncloud.com>
Tue, 22 Mar 2016 21:01:51 +0000 (17:01 -0400)
version.php

index 3a8bd5adaea83f4d0dfc7dbf43eb22b16f0ac761..15871590df9e47aa7a1471a3c371ac7950517f47 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, 0, 0, 19);
+$OC_Version = array(9, 0, 1, 0);
 
 // The human readable string
-$OC_VersionString = '9.0.0';
+$OC_VersionString = '9.0.1 beta';
 
 $OC_VersionCanBeUpgradedFrom = array(8, 2);