diff options
author | Frank Karlitschek <frank@owncloud.org> | 2014-12-30 22:02:41 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2014-12-30 22:02:41 +0100 |
commit | c16cb74ba2c8cbd51db3f4e12aa1d69416932475 (patch) | |
tree | 262050aadb40cdaed2b5c1267f726fecc38bbfd8 /version.php | |
parent | 59930fcdbf6d600239f7da5cdfc7c12def4830ea (diff) | |
download | nextcloud-server-c16cb74ba2c8cbd51db3f4e12aa1d69416932475.tar.gz nextcloud-server-c16cb74ba2c8cbd51db3f4e12aa1d69416932475.zip |
jump to 8.0.0.0 The test upgrade and installation of apps realistic.
DonĀ“t open the champaign yet. This is obviously not the final release. ;-)
The final will have the version number 8.0.0.x
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 70ecf6c916a..7565c4c125d 100644 --- a/version.php +++ b/version.php @@ -3,7 +3,7 @@ // 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, 8, 1, 0); +$OC_Version=array(8, 0, 0, 0); // The human readable string $OC_VersionString='8.0 pre alpha'; |