Skip to content

Commit

Permalink
Prepare for releasing 0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jun 29, 2020
1 parent 375860f commit b6b2314
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.38
- GPR#58: Bug fix: fix -custom-crt regression (Dmitry Bely)
- GPR#61: Ignore x64 debug relocs (Dmitry Bely)
- GPR#49: Adding support for 64bit GNAT compiler (Johannes Kanig)
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.37
VERSION = 0.38
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,37
PRODUCTVERSION 0,0,0,37
FILEVERSION 0,0,0,38
PRODUCTVERSION 0,0,0,38
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
Expand All @@ -21,7 +21,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "0.0.0.37"
VALUE "FileVersion", "0.0.0.38"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit b6b2314

Please sign in to comment.