2 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
5 * This file must be used under the terms of the CeCILL.
6 * This source file is licensed as described in the file COPYING, which
7 * you should have received as part of this distribution. The terms
8 * are also available at
9 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
15 #define SCI_VERSION_MAJOR 5
16 #define SCI_VERSION_MINOR 2
17 #define SCI_VERSION_MAINTENANCE 0
18 #define SCI_VERSION_STRING "scilab-branch-MPI"
19 /* SCI_VERSION_REVISION --> hash key commit */
20 #define SCI_VERSION_REVISION 0
21 #define SCI_VERSION_TIMESTAMP 0
23 void disp_scilab_version(void);
25 /* for compatibility */
27 #define SCI_VERSION SCI_VERSION_STRING
28 #define DEFAULT_SCI_VERSION_MESSAGE "scilab-branch-5.2"
32 /*--------------------------------------------------------------------------*/