diff options
author | C Montero-Luque <cml@owncloud.com> | 2015-10-30 12:45:25 -0400 |
---|---|---|
committer | C Montero-Luque <cml@owncloud.com> | 2015-10-30 12:45:25 -0400 |
commit | aca9fce93f5b586e52d4416658105ef2657d9dcb (patch) | |
tree | 17899d4d84ecded54ebf30f5b201ed877ab392a0 | |
parent | f7f34dbeb497ee9b9c2a11d071543176b22006b9 (diff) | |
download | nextcloud-server-8.1.4.tar.gz nextcloud-server-8.1.4.zip |
8.1.4v8.1.4
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 3c8ee217f0d..fa323912d7f 100644 --- a/version.php +++ b/version.php @@ -23,10 +23,10 @@ // 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); |