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-03-26 22:59:03 +0300
committerFrank Karlitschek <frank@owncloud.org>2015-03-26 22:59:03 +0300
commit5e3203348eb041117ce3e72806dd606ce7277fd6 (patch)
treeac7a4ad1d69f445d75aa32f800e71c0b2fc6c800 /version.php
parenta538f14b4a8af3067c02c0fdcb3fcecac8c91f0e (diff)
8.0.3 RC
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8c4a476e4c1..9d2e17d9e8f 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(8, 0, 2, 1);
+$OC_Version=array(8, 0, 3, 0);
// The human readable string
-$OC_VersionString='8.0.2';
+$OC_VersionString='8.0.3 RC';
// The ownCloud channel
$OC_Channel='git';