Skip to content

Commit

Permalink
Prepare for releasing 0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Nov 30, 2020
1 parent 77b401e commit 7aacd75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Next version
Version 0.39
- GPR#89: Stop passing --image-base on Cygwin64 - Cygwin64 DLLs should load at
0x4:00000000-0x6:00000000 if not rebased or 0x2:00000000-0x4:00000000 if rebased. (David Allsopp)
- GPR#90: Fix passing NULL to flexdll_dlopen on non-Cygwin builds (David Allsopp)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
##


VERSION = 0.38
VERSION = 0.39
all: flexlink.exe support

OCAML_CONFIG_FILE=$(shell cygpath -ad "$(shell ocamlopt -where)/Makefile.config")
Expand Down
6 changes: 3 additions & 3 deletions version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,0,38
PRODUCTVERSION 0,0,0,38
FILEVERSION 0,0,0,39
PRODUCTVERSION 0,0,0,39
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
Expand All @@ -21,7 +21,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "0.0.0.38"
VALUE "FileVersion", "0.0.0.39"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 7aacd75

Please sign in to comment.