<?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 = 753; // Subversion revision
$DatabaseRevision = 748; // Database structure revision 
$ReleaseTime = '2014-01-12';
