diff options
author | Allan CORNET <allan.cornet@scilab.org> | 2010-10-05 11:33:34 +0200 |
---|---|---|
committer | Allan CORNET <allan.cornet@scilab.org> | 2010-10-05 11:47:43 +0200 |
commit | 519b2975187acc2fba94e494d31a30375fcf8d62 (patch) | |
tree | e80d29c77c0027b01577dacc9773d06e3e696de2 /scilab/modules/intersci/src | |
parent | 156cb9d30fbccc76ff51311a949882db78225e69 (diff) | |
download | scilab-519b2975187acc2fba94e494d31a30375fcf8d62.zip scilab-519b2975187acc2fba94e494d31a30375fcf8d62.tar.gz |
dll version 5.3--> 5.4
Change-Id: I64888539531e381eb1cce4285df9b4a8a8012782
Diffstat (limited to 'scilab/modules/intersci/src')
-rw-r--r-- | scilab/modules/intersci/src/lib/intersci.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scilab/modules/intersci/src/lib/intersci.rc b/scilab/modules/intersci/src/lib/intersci.rc index 06015e6..a1fd61d 100644 --- a/scilab/modules/intersci/src/lib/intersci.rc +++ b/scilab/modules/intersci/src/lib/intersci.rc | |||
@@ -49,8 +49,8 @@ END | |||
49 | // | 49 | // |
50 | 50 | ||
51 | VS_VERSION_INFO VERSIONINFO | 51 | VS_VERSION_INFO VERSIONINFO |
52 | FILEVERSION 5,3,0,0 | 52 | FILEVERSION 5,4,0,0 |
53 | PRODUCTVERSION 5,3,0,0 | 53 | PRODUCTVERSION 5,4,0,0 |
54 | FILEFLAGSMASK 0x17L | 54 | FILEFLAGSMASK 0x17L |
55 | #ifdef _DEBUG | 55 | #ifdef _DEBUG |
56 | FILEFLAGS 0x1L | 56 | FILEFLAGS 0x1L |
@@ -66,12 +66,12 @@ BEGIN | |||
66 | BLOCK "040c04b0" | 66 | BLOCK "040c04b0" |
67 | BEGIN | 67 | BEGIN |
68 | VALUE "FileDescription", "intersci module" | 68 | VALUE "FileDescription", "intersci module" |
69 | VALUE "FileVersion", "5, 3, 0, 0" | 69 | VALUE "FileVersion", "5, 4, 0, 0" |
70 | VALUE "InternalName", "intersci module" | 70 | VALUE "InternalName", "intersci module" |
71 | VALUE "LegalCopyright", "Copyright (C) 2010" | 71 | VALUE "LegalCopyright", "Copyright (C) 2010" |
72 | VALUE "OriginalFilename", "intersci.dll" | 72 | VALUE "OriginalFilename", "intersci.dll" |
73 | VALUE "ProductName", " intersci" | 73 | VALUE "ProductName", " intersci" |
74 | VALUE "ProductVersion", "5, 3, 0, 0" | 74 | VALUE "ProductVersion", "5, 4, 0, 0" |
75 | END | 75 | END |
76 | END | 76 | END |
77 | BLOCK "VarFileInfo" | 77 | BLOCK "VarFileInfo" |