source: trunk/Application/Version.php

Last change on this file was 10, checked in by chronos, 12 months ago
  • Fixed: More class type casting.
File size: 307 bytes
Line 
1<?php
2
3// Subversion revision have to be updated always to next revision number
4// before commiting new changes.
5// Database revision have to be updated if database structure is changed
6// and system will need database update.
7
8$Revision = 10;
9$DatabaseRevision = 7;
10$ReleaseTime = strtotime('2023-06-01');
Note: See TracBrowser for help on using the repository browser.