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.39
22- GPR#89: Stop passing --image-base on Cygwin64 - Cygwin64 DLLs should load at
33 0x4:00000000-0x6:00000000 if not rebased or 0x2:00000000-0x4:00000000 if rebased. (David Allsopp)
44- GPR#90: Fix passing NULL to flexdll_dlopen on non-Cygwin builds (David Allsopp)
Original file line number Diff line number Diff line change 55# #
66
77
8- VERSION = 0.38
8+ VERSION = 0.39
99all : flexlink.exe support
1010
1111OCAML_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,38
13- PRODUCTVERSION 0,0,0,38
12+ FILEVERSION 0,0,0,39
13+ PRODUCTVERSION 0,0,0,39
1414 FILEFLAGSMASK 0x3fL
1515 FILEFLAGS 0x0L
1616 FILEOS 0x40004L
2121 BEGIN
2222 BLOCK "040904b0"
2323 BEGIN
24- VALUE "FileVersion", "0.0.0.38 "
24+ VALUE "FileVersion", "0.0.0.39 "
2525 END
2626 END
2727 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments