diff options
author | Frank Karlitschek <frank@owncloud.org> | 2015-01-18 15:28:48 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2015-01-18 15:28:48 +0100 |
commit | ca442dfc97d5123ea78a3dae48f71566063724f7 (patch) | |
tree | 4cfc760b6e5aed2a00524c51207b7304c8928c33 /version.php | |
parent | 3d6f4ac24e02fdee839443dc40543fcdbfd341a2 (diff) | |
download | nextcloud-server-ca442dfc97d5123ea78a3dae48f71566063724f7.tar.gz nextcloud-server-ca442dfc97d5123ea78a3dae48f71566063724f7.zip |
increase version. This time for real
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 78c373cbfa5..3c0c6aa2042 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(8, 0, 0, 1); +$OC_Version=array(8, 0, 0, 3); // The human readable string $OC_VersionString='8.0 beta 1'; |