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:
authorDaniel Molkentin <danimo@owncloud.com>2016-06-29 12:17:57 +0300
committerDaniel Molkentin <danimo@owncloud.com>2016-06-29 12:20:32 +0300
commit735411d1661f9b62efa4601254ef985a1e90ee76 (patch)
treec1334f1a7391d94fe9b92f2f26e3cbd02a8bf4e4
parent907c90165a4d147f8608705df15c6d0d9dbdb335 (diff)
ownCloud 9.0.3v9.0.3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 5e9923f9572..edf6202c687 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,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(9, 0, 3, 1);
+$OC_Version = array(9, 0, 3, 2);
// The human readable string
-$OC_VersionString = '9.0.3 RC1';
+$OC_VersionString = '9.0.3';
$OC_VersionCanBeUpgradedFrom = array(8, 2);