diff options
author | Frank Karlitschek <frank@owncloud.org> | 2014-08-21 05:36:33 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2014-08-21 05:36:33 +0200 |
commit | 1f52e975fa4d9ba2958fc433792b4069baf09763 (patch) | |
tree | 0b151b47b8a93590f1f8017d7209803328d99860 | |
parent | a3c6d20ccb7e554edcb949babac4381e17651ffa (diff) | |
download | nextcloud-server-1f52e975fa4d9ba2958fc433792b4069baf09763.tar.gz nextcloud-server-1f52e975fa4d9ba2958fc433792b4069baf09763.zip |
7.0.2 RC1v7.0.2RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 541570efb41..661bc36e20c 100644 --- a/version.php +++ b/version.php @@ -3,10 +3,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(7, 0, 1, 1); +$OC_Version=array(7, 0, 2, 0); // The human readable string -$OC_VersionString='7.0.1'; +$OC_VersionString='7.0.2 RC1'; // The ownCloud edition $OC_Edition=''; |