File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- Next version
1+ Version 0.43
22- GPR#108: Add -lgcc_s to Cygwin's link libraries, upstreaming a patch from the
33 Cygwin flexdll package (David Allsopp)
44- GPR#112: Put error global variables into thread-local storage (Samuel Hym, Nicolás Ojeda Bär)
Original file line number Diff line number Diff line change 55# #
66
77
8- VERSION = 0.42
8+ VERSION = 0.43
99all : flexlink.exe support
1010
1111OCAML_CONFIG_FILE =$(shell cygpath -ad "$(shell ocamlopt -where 2>/dev/null) /Makefile.config" 2>/dev/null)
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,42
13- PRODUCTVERSION 0,0,0,42
12+ FILEVERSION 0,0,0,43
13+ PRODUCTVERSION 0,0,0,43
1414 FILEFLAGSMASK 0x3fL
1515 FILEFLAGS 0x0L
1616 FILEOS 0x40004L
2121 BEGIN
2222 BLOCK "040904b0"
2323 BEGIN
24- VALUE "FileVersion", "0.0.0.42 "
25- VALUE "ProductVersion", "0.0.0.42 "
24+ VALUE "FileVersion", "0.0.0.43 "
25+ VALUE "ProductVersion", "0.0.0.43 "
2626 VALUE "ProductName", "FlexDLL"
2727 VALUE "FileDescription", "FlexDLL Linker"
2828 VALUE "LegalCopyright", "Institut National de Recherche en Informatique et en Automatique"
You can’t perform that action at this time.
0 commit comments