use a 4 digit number

This commit is contained in:
Frank Karlitschek 2013-10-01 12:37:19 +02:00
parent 7c659eb291
commit bf0f3bf0da
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
// We only can count up. Reset minor/patchlevel when updating major/minor version number.
$OC_Version=array(5, 80, 8);
$OC_Version=array(5, 80, 8, 0);
// The human radable string
$OC_VersionString='6.0 pre alpha';