Download this file
9 lines (8 with data), 366 Bytes
| <?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.