<?php

// Subversion revision have to be updated always to next revision number
// before commiting new changes.
// Database revision have to be updated if database structure is changed
// and system will need database update.

$Revision = 10;
$DatabaseRevision = 7;
$ReleaseTime = strtotime('2023-06-01');
