diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-10-28 19:05:31 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-10-28 19:05:31 +0100 |
commit | c3b48c69db0c84518897798f8bc78518e0ed6909 (patch) | |
tree | 83bbd26dddaeed2e3f13ff3b44836f9dd19ffb1b /version.php | |
parent | 8ab5da08332990bc0d5e99802e3f9eeec9af3a50 (diff) | |
download | nextcloud-server-c3b48c69db0c84518897798f8bc78518e0ed6909.tar.gz nextcloud-server-c3b48c69db0c84518897798f8bc78518e0ed6909.zip |
beta 2
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 5400ca97bef..f227cc51c7a 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, 2); +$OC_Version=array(6, 00, 0, 3); // The human radable string -$OC_VersionString='6.0 beta 1'; +$OC_VersionString='6.0 beta 2'; // The ownCloud edition $OC_Edition=''; |