]> source.dussan.org Git - nextcloud-server.git/commitdiff
Set version to 9.0.7 v9.0.7
authorVincent Petry <pvince81@owncloud.com>
Mon, 12 Dec 2016 17:19:48 +0000 (18:19 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 12 Dec 2016 17:19:48 +0000 (18:19 +0100)
version.php

index e2f5a428ea8cd737827792a6951f0c365c1319dc..826f221c1f2a6ad23876068e4e32ceacefc016fe 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, 7, 0);
+$OC_Version = array(9, 0, 7, 1);
 
 // The human readable string
-$OC_VersionString = '9.0.7 RC1';
+$OC_VersionString = '9.0.7';
 
 $OC_VersionCanBeUpgradedFrom = array(8, 2);