Skip to content

Commit 7f565ef

Browse files
committed
Prepare for releasing 0.37.
1 parent 6ea06b0 commit 7f565ef

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.37
22
- Bug fix: the IMAGE_SCN_LNK_NRELOC_OVFL section flag was not propertly reset when
33
the number of relocations was reduced enough to fit in the 16-bit field,
44
causing https://caml.inria.fr/mantis/view.php?id=7603

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.36
1+
VERSION = 0.37
22
all: flexlink.exe support
33

44
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,36
13-
PRODUCTVERSION 0,0,0,36
12+
FILEVERSION 0,0,0,37
13+
PRODUCTVERSION 0,0,0,37
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.36"
24+
VALUE "FileVersion", "0.0.0.37"
2525
END
2626
END
2727
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)