]> source.dussan.org Git - nextcloud-server.git/commitdiff
Set version to 9.0.5 final v9.0.5
authorVincent Petry <pvince81@owncloud.com>
Mon, 19 Sep 2016 14:57:28 +0000 (16:57 +0200)
committerVincent Petry <pvince81@owncloud.com>
Mon, 19 Sep 2016 14:57:28 +0000 (16:57 +0200)
version.php

index d2082c1fd9e3b072b0bb3073265d5728e13ea133..9cbee459b999f5702dc9c52df927cb730712fe81 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, 5, 1);
+$OC_Version = array(9, 0, 5, 2);
 
 // The human readable string
-$OC_VersionString = '9.0.5 RC2';
+$OC_VersionString = '9.0.5';
 
 $OC_VersionCanBeUpgradedFrom = array(8, 2);