Skip to content

Commit a47f936

Browse files
committed
Prepare for releasing 0.43
1 parent d815665 commit a47f936

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
##
66

77

8-
VERSION = 0.42
8+
VERSION = 0.43
99
all: flexlink.exe support
1010

1111
OCAML_CONFIG_FILE=$(shell cygpath -ad "$(shell ocamlopt -where 2>/dev/null)/Makefile.config" 2>/dev/null)

version.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
99
//
1010

1111
VS_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
@@ -21,8 +21,8 @@ BEGIN
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"

0 commit comments

Comments
 (0)