<?php declare(strict_types=1); // Global constants if (! defined('BASE_PATH')) { define('BASE_PATH', __DIR__ . '/..'); } const VERSION = '25.1.0'; const VERSION_CODENAME = 'The Restoration';