diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-12-06 21:06:42 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-12-06 21:06:42 +0100 |
commit | 734fdbddeacadb59707d93464cce0478459dc139 (patch) | |
tree | 3c142ebce53477c967113737aabbd47310c34279 | |
parent | 33144941a9df4b0ac7317d0bd76aeaa0d4f4c751 (diff) | |
download | nextcloud-server-6.0.0RC4.tar.gz nextcloud-server-6.0.0RC4.zip |
RC4v6.0.0RC4
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 3ad77f2b357..4c5f760bdd6 100644 --- a/version.php +++ b/version.php @@ -1,10 +1,10 @@ <?php // 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(6, 00, 0, 11); +$OC_Version=array(6, 00, 0, 12); // The human readable string -$OC_VersionString='6.0 RC3'; +$OC_VersionString='6.0 RC4'; // The ownCloud edition $OC_Edition=''; |