Menu

[r568]: / functions / version.php  Maximize  Restore  History

Download this file

9 lines (8 with data), 366 Bytes

1
2
3
4
5
6
7
8
<?php
/* set latest version */
define("VERSION", "1.2"); //version changes if database structure changes
/* set latest revision */
define("REVISION", "0"); //revision always changes, verision only if database structure changes
/* set last possible upgrade */
define("LAST_POSSIBLE", "1.1"); //minimum required version to be able to upgrade
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.