Move app_version.php and database_version.php to includes folder update all assocoiated links, remove 2 legacy php files maintence and legacy_debug

This commit is contained in:
johnnyq
2025-01-24 21:25:04 -05:00
parent f29d122376
commit 87e1371318
12 changed files with 8 additions and 358 deletions

8
includes/app_version.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
/*
* ITFlow
* This file defines the current ITFlow release/version
* Update this file each time we merge develop into master. Format is YY.M (add a .v if there is more than one release a month.
*/
DEFINE("APP_VERSION", "24.12");

View File

@@ -0,0 +1,8 @@
<?php
/*
* ITFlow
* This file defines the current "latest" database version
* It is used in conjunction with database_updates.php
*/
DEFINE("LATEST_DATABASE_VERSION", "1.7.9");