]> git.agnieray.net Git - galette.git/blob - galette/config/versions.inc.php
Merge branch 'hotfix/0.7.2.3' into develop
[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-2012 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-2012 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 * @version SVN: $Id$
35 * @link http://galette.tuxfamily.org
36 * @since Available since 0.7dev - 2009-03-13
37 */
38 define('SMARTY_VERSION', '3.1.12');
39 define('ZEND_VERSION', '1.11.11');
40 define('TCPDF_VERSION', '5.9.165');
41 define('JQUERY_VERSION', '1.6.2');
42 define('JQUERY_UI_VERSION', '1.8.14');
43 define('JQUERY_MARKITUP_VERSION', '1.1.12');
44 define('PHP_MAILER_VERSION', '5.2.1');
45 define('GAPI_VERSION', '0.4.6');