no reason to have 3 digit version numbers

This commit is contained in:
mischa 2023-10-15 08:08:26 +00:00
parent 848af5f994
commit d08863962a
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
Version 1.0.1 -- 2023-10-14
Version 1.1 -- 2023-10-14
----------------------------
- Change require_once function.inc.php for /admin/admin.php to work properly
- Change ADMIN_RIGHTS to ADMIN_ROLD in conf.php-sample
- Change templates/menu.tpl to display the proper options for ADMINISTRATOR
- Change setup.php to look for PDO, remove get_magic_quotes_gpc
- Remove MSQLI_REPORT_ references
- Bump version to 1.0.1
- Bump version to 1.1
Version 1.0.0 -- 2022-08-18
Version 1.0 -- 2022-08-18
----------------------------
- Initial public release of OpenSMTPD Admin.

View File

@ -12,7 +12,7 @@ if (preg_match("/functions.inc.php/", $_SERVER['SCRIPT_NAME'])) {
die();
}
DEFINE("VERSION", "version 1.0.1");
DEFINE("VERSION", "version 1.1");
DEFINE('ROOT_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
require_once ROOT_PATH . 'conf.php';