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>2014-03-06 19:52:44 +0400
committerFrank Karlitschek <frank@owncloud.org>2014-03-06 19:52:44 +0400
commit95ddadd146c75db21a76ba4c7b0c4aeb34d360a5 (patch)
tree85ce094fe1ca2b163ac3c4e9df9c6e30eb1c573d /version.php
parent26b70bce282afe8ec71af36a3419737af1b81463 (diff)
increase the version number
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 9e2fe430534..2b07c3c329d 100644
--- a/version.php
+++ b/version.php
@@ -1,7 +1,7 @@
<?php
// 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(6, 0, 2, 2);
+$OC_Version=array(6, 0, 2, 3);
// The human readable string
$OC_VersionString='6.0.2';