Skip to content

Commit

Permalink
PHP detection now 1st step for install
Browse files Browse the repository at this point in the history
  • Loading branch information
miqrogroove committed Feb 8, 2025
1 parent 342aba6 commit 694b617
Show file tree
Hide file tree
Showing 7 changed files with 1,029 additions and 923 deletions.
16 changes: 10 additions & 6 deletions include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

define('X_VERSION', '1.10.00');
define('X_VERSION_EXT', '1.10.00-alpha');
define('X_VERSION_DATE', '20250102');
define('MYSQL_MIN_VER', '5.5.8');
define('PHP_MIN_VER', '8.2.0');
define('COPY_YEAR', '2001-2025');
// This file has been tested against PHP v4.4.6 for backward-compatible error reporting.

if (! defined('X_VERSION_EXT')) {
define('X_VERSION', '1.10.00');
define('X_VERSION_EXT', '1.10.00-alpha');
define('X_VERSION_DATE', '20250208');
define('MYSQL_MIN_VER', '5.5.8');
define('PHP_MIN_VER', '8.2.0');
define('COPY_YEAR', '2001-2025');
}

$versioncompany = 'The XMB Group';
$versionshort = X_VERSION;
Expand Down
Loading

0 comments on commit 694b617

Please sign in to comment.