]> git.agnieray.net Git - galette.git/blob - galette/config/versions.inc.php
Bump version, update changelog
[galette.git] / galette / config / versions.inc.php
1 <?php
2
3 /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
4
5 /**
6 * External libraries versions
7 * Defines various library versions, to avoid use of problematic symlinks under windows or via FTP.
8 *
9 * PHP version 5
10 *
11 * Copyright © 2009-2014 The Galette Team
12 *
13 * This file is part of Galette (http://galette.tuxfamily.org).
14 *
15 * Galette is free software: you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License as published by
17 * the Free Software Foundation, either version 3 of the License, or
18 * (at your option) any later version.
19 *
20 * Galette is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
24 *
25 * You should have received a copy of the GNU General Public License
26 * along with Galette. If not, see <http://www.gnu.org/licenses/>.
27 *
28 * @category Config
29 * @package Galette
30 *
31 * @author Johan Cwiklinski <johan@x-tnd.be>
32 * @copyright 2009-2014 The Galette Team
33 * @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
34 * @link http://galette.tuxfamily.org
35 * @since Available since 0.7dev - 2009-03-13
36 */
37
38 define('GALETTE_PHP_MIN', '8.1');
39 define('GALETTE_MYSQL_MIN', '5.7');
40 define('GALETTE_MARIADB_MIN', '10.4');
41 define('GALETTE_PGSQL_MIN', '11') ;
42 define('GALETTE_NIGHTLY', false);
43 define('GALETTE_VERSION', 'v1.0.3');
44 define('GALETTE_COMPAT_VERSION', '1.0.0');
45 define('GALETTE_DB_VERSION', '0.960');