Skip to content
Snippets Groups Projects
Commit bf0f3bf0 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

use a 4 digit number

parent 7c659eb2
No related branches found
No related tags found
No related merge requests found
<?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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment