<?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.

$Version = '1.0';
$Revision = 902; // Subversion revision
$DatabaseRevision = 900; // Database structure revision
$ReleaseDate = strtotime('2025-02-15');
