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 6
16 #define SCI_VERSION_MINOR 0
17 #define SCI_VERSION_MAINTENANCE 0
18 #define SCI_VERSION_STRING "scilab-branch-richelieu-vmkit"
19 #define SCI_VERSION_WIDE_STRING L"scilab-branch-richelieu-vmkit"
20 /* SCI_VERSION_REVISION --> hash key commit */
21 #define SCI_VERSION_REVISION 0
22 #define SCI_VERSION_TIMESTAMP 0
24 void disp_scilab_version(void);
26 /* for compatibility */
28 #define SCI_VERSION SCI_VERSION_STRING
29 #define DEFAULT_SCI_VERSION_MESSAGE L"scilab-branch-richelieu-vmkit"
32 /*--------------------------------------------------------------------------*/