File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- Next version
1+ Version 0.37
22- Bug fix: the IMAGE_SCN_LNK_NRELOC_OVFL section flag was not propertly reset when
33 the number of relocations was reduced enough to fit in the 16-bit field,
44 causing https://caml.inria.fr/mantis/view.php?id=7603
Original file line number Diff line number Diff line change 1- VERSION = 0.36
1+ VERSION = 0.37
22all : flexlink.exe support
33
44OCAML_CONFIG_FILE =$(shell cygpath -ad "$(shell ocamlopt -where) /Makefile.config")
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
99//
1010
1111VS_VERSION_INFO VERSIONINFO
12- FILEVERSION 0,0,0,36
13- PRODUCTVERSION 0,0,0,36
12+ FILEVERSION 0,0,0,37
13+ PRODUCTVERSION 0,0,0,37
1414 FILEFLAGSMASK 0x3fL
1515 FILEFLAGS 0x0L
1616 FILEOS 0x40004L
2121 BEGIN
2222 BLOCK "040904b0"
2323 BEGIN
24- VALUE "FileVersion", "0.0.0.36 "
24+ VALUE "FileVersion", "0.0.0.37 "
2525 END
2626 END
2727 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments