]> source.dussan.org Git - nextcloud-server.git/commitdiff
8.1.4 v8.1.4
authorC Montero-Luque <cml@owncloud.com>
Fri, 30 Oct 2015 16:45:25 +0000 (12:45 -0400)
committerC Montero-Luque <cml@owncloud.com>
Fri, 30 Oct 2015 16:45:25 +0000 (12:45 -0400)
version.php

index 3c8ee217f0da19834c65aa9a59b6ea17f17ff81d..fa323912d7f296c0af3379208e82146e5b0b6049 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(8, 1, 4, 1);
+$OC_Version = array(8, 1, 4, 2);
 
 // The human readable string
-$OC_VersionString = '8.1.4 RC2';
+$OC_VersionString = '8.1.4';
 
 $OC_VersionCanBeUpgradedFrom = array(8, 0);