Skip to content

Commit 7aacd75

Browse files
committed
Prepare for releasing 0.39
1 parent 77b401e commit 7aacd75

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.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)

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.38
8+
VERSION = 0.39
99
all: flexlink.exe support
1010

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

version.rc

Lines changed: 3 additions & 3 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,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
@@ -21,7 +21,7 @@ BEGIN
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"

0 commit comments

Comments
 (0)