Add versioning/release system - December 2024 / 24.12

This commit is contained in:
wrongecho
2024-12-30 12:58:50 +00:00
parent b014ddd6bd
commit 469c495a73
4 changed files with 19 additions and 5 deletions

8
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");