From 0773bd8041e546649554cc062eb1351c2a3f7419 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 29 Mar 2013 15:35:53 +0100 Subject: [PATCH 1/1] Update of the branch name --- scilab/modules/core/includes/version.h.in | 6 +++--- scilab/modules/core/includes/version.h.vc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scilab/modules/core/includes/version.h.in b/scilab/modules/core/includes/version.h.in index 861c06b..220640f 100644 --- a/scilab/modules/core/includes/version.h.in +++ b/scilab/modules/core/includes/version.h.in @@ -15,8 +15,8 @@ #define SCI_VERSION_MAJOR @SCILAB_VERSION_MAJOR@ #define SCI_VERSION_MINOR @SCILAB_VERSION_MINOR@ #define SCI_VERSION_MAINTENANCE @SCILAB_VERSION_MAINTENANCE@ -#define SCI_VERSION_STRING "scilab-branch-YaSp" -#define SCI_VERSION_WIDE_STRING L"scilab-branch-YaSp" +#define SCI_VERSION_STRING "scilab-branch-richelieu-vmkit" +#define SCI_VERSION_WIDE_STRING L"scilab-branch-richelieu-vmkit" /* SCI_VERSION_REVISION --> hash key commit */ #define SCI_VERSION_REVISION 0 #define SCI_VERSION_TIMESTAMP 0 @@ -26,7 +26,7 @@ void disp_scilab_version(void); /* for compatibility */ /* Deprecated */ #define SCI_VERSION SCI_VERSION_STRING -#define DEFAULT_SCI_VERSION_MESSAGE L"scilab-branch-YaSp" +#define DEFAULT_SCI_VERSION_MESSAGE L"scilab-branch-richelieu-vmkit" #endif /*--------------------------------------------------------------------------*/ diff --git a/scilab/modules/core/includes/version.h.vc b/scilab/modules/core/includes/version.h.vc index de4b773..721bc9e 100644 --- a/scilab/modules/core/includes/version.h.vc +++ b/scilab/modules/core/includes/version.h.vc @@ -15,8 +15,8 @@ #define SCI_VERSION_MAJOR 6 #define SCI_VERSION_MINOR 0 #define SCI_VERSION_MAINTENANCE 0 -#define SCI_VERSION_STRING "scilab-branch-YaSp" -#define SCI_VERSION_WIDE_STRING L"scilab-branch-YaSp" +#define SCI_VERSION_STRING "scilab-branch-richelieu-vmkit" +#define SCI_VERSION_WIDE_STRING L"scilab-branch-richelieu-vmkit" /* SCI_VERSION_REVISION --> hash key commit */ #define SCI_VERSION_REVISION 0 #define SCI_VERSION_TIMESTAMP 0 @@ -26,7 +26,7 @@ void disp_scilab_version(void); /* for compatibility */ /* Deprecated */ #define SCI_VERSION SCI_VERSION_STRING -#define DEFAULT_SCI_VERSION_MESSAGE L"scilab-branch-YaSp" +#define DEFAULT_SCI_VERSION_MESSAGE L"scilab-branch-richelieu-vmkit" #endif /*--------------------------------------------------------------------------*/ -- 1.7.9.5