Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2015-01-18 17:28:48 +0300
committerFrank Karlitschek <frank@owncloud.org>2015-01-18 17:28:48 +0300
commitca442dfc97d5123ea78a3dae48f71566063724f7 (patch)
tree4cfc760b6e5aed2a00524c51207b7304c8928c33 /version.php
parent3d6f4ac24e02fdee839443dc40543fcdbfd341a2 (diff)
increase version. This time for real
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
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';