]> git.agnieray.net Git - galette.git/blob - galette/config/versions.inc.php
Upgrade to latest tcpdf
[galette.git] / galette / config / versions.inc.php
1 <?php
2
3 // Copyright © 2009 Johan Cwiklinski
4 //
5 // This file is part of Galette (http://galette.tuxfamily.org).
6 //
7 // Galette is free software: you can redistribute it and/or modify
8 // it under the terms of the GNU General Public License as published by
9 // the Free Software Foundation, either version 3 of the License, or
10 // (at your option) any later version.
11 //
12 // Galette is distributed in the hope that it will be useful,
13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 // GNU General Public License for more details.
16 //
17 // You should have received a copy of the GNU General Public License
18 // along with Galette. If not, see <http://www.gnu.org/licenses/>.
19
20 /**
21 * versions.inc.php
22 *
23 * @package Galette
24 *
25 * @author Johan Cwiklinski <johan@x-tnd.be>
26 * @copyright 2009 Johan Cwiklinski
27 * @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
28 * @version $Id$
29 * @since Disponible depuis la Release 0.7alpha
30 *
31 * Defines various library versions, to avoid use of problematic symlinks under windows or via FTP.
32 */
33
34 define('SMARTY_VERSION', '2.6.22');
35 define('PEAR_VERSION', '1.7.2');
36 define('MDB2_VERSION', '2.4.1');
37 define('LOG_VERSION', '1.11.4');
38 define('TCPDF_VERSION', '4.8.009');
39 define('JQUERY_VERSION', '1.3.2');
40 define('JQUERY_UI_VERSION', '1.7.1');
41 define('JQUERY_MARKITUP_VERSION', '1.1.5');
42 //will be erased when completly obsoleted
43 define('ADODB_VERSION', '492');
44 ?>