#define SCI_VERSION_H
#define SCI_VERSION_MAJOR 5
-#define SCI_VERSION_MINOR 2
+#define SCI_VERSION_MINOR 3
#define SCI_VERSION_MAINTENANCE 0
#define SCI_VERSION_STRING "scilab-branch-MPI"
/* SCI_VERSION_REVISION --> hash key commit */
/* for compatibility */
/* Deprecated */
#define SCI_VERSION SCI_VERSION_STRING
-#define DEFAULT_SCI_VERSION_MESSAGE "scilab-branch-5.2"
+#define DEFAULT_SCI_VERSION_MESSAGE "scilab-branch-master"
#endif