This commit is contained in:
Frank Karlitschek 2014-04-29 02:38:18 +02:00
parent 821ad6ad41
commit 835025e569

View file

@ -1,10 +1,10 @@
<?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, 3, 0);
$OC_Version=array(6, 0, 3, 1);
// The human readable string
$OC_VersionString='6.0.3 RC1';
$OC_VersionString='6.0.3';
// The ownCloud edition
$OC_Edition='';