X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/814a694cd2782c11983433ba053111c4743d07f3..c7a40125d620f159bef2f1979f3d43063961f73f:/lib/settings.php?ds=inline diff --git a/lib/settings.php b/lib/settings.php index 2c2235a..cbdfaff 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -2,6 +2,8 @@ /* * Jirafeau, your web file repository * Copyright (C) 2008 Julien "axolotl" BERNARD + * Copyright (C) 2015 Jerome Jutteau + * Copyright (C) 2024 Jirafeau project (see AUTHORS.md) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -41,7 +43,9 @@ if ($cfg['debug'] === true) { /* Jirafeau package */ define('JIRAFEAU_PACKAGE', 'Jirafeau'); -define('JIRAFEAU_VERSION', '4.6.0-beta'); +define('JIRAFEAU_VERSION', '4.6.x-dev'); + +define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau'); /* Directories. */ define('VAR_FILES', $cfg['var_root'] . 'files/');