diff options
author | jofret | 2012-02-23 13:17:12 +0000 |
---|---|---|
committer | jofret | 2012-02-23 13:17:12 +0000 |
commit | b1b58962e6908ef180e4ebeeb943ba14a23345ea (patch) | |
tree | 69f0a4af477d30c0ef83033b4cbcf0662180951f /macros | |
parent | 78fa75b6333ba14c630b26f84d7fe99931467d2c (diff) | |
download | scilab2c-b1b58962e6908ef180e4ebeeb943ba14a23345ea.tar.gz scilab2c-b1b58962e6908ef180e4ebeeb943ba14a23345ea.tar.bz2 scilab2c-b1b58962e6908ef180e4ebeeb943ba14a23345ea.zip |
Update header
Diffstat (limited to 'macros')
-rw-r--r-- | macros/CCodeGeneration/C_SCI2CHeader.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/CCodeGeneration/C_SCI2CHeader.sci b/macros/CCodeGeneration/C_SCI2CHeader.sci index b545bc8a..42c25a4c 100644 --- a/macros/CCodeGeneration/C_SCI2CHeader.sci +++ b/macros/CCodeGeneration/C_SCI2CHeader.sci @@ -32,7 +32,7 @@ SCI2CNInArgCheck(argn(2),1,1); PrintStringInfo('/*',FileName,'file','y'); PrintStringInfo('** ************************************************',FileName,'file','y'); PrintStringInfo('** This file has been generated using',FileName,'file','y'); -PrintStringInfo('** Scilab2C (Version 2.0)',FileName,'file','y'); +PrintStringInfo('** Scilab2C (Version '+getScilab2cVersion()+')',FileName,'file','y'); PrintStringInfo('**',FileName,'file','y'); PrintStringInfo('** Please visit following links for more informations:',FileName,'file','y'); PrintStringInfo('** Atoms Module: http://atoms.scilab.org/toolboxes/scilab2c',FileName,'file','y'); |