Skip to content

Commit

Permalink
Prepare for releasing 0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jun 8, 2023
1 parent d815665 commit a47f936
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.43
- GPR#108: Add -lgcc_s to Cygwin's link libraries, upstreaming a patch from the
Cygwin flexdll package (David Allsopp)
- GPR#112: Put error global variables into thread-local storage (Samuel Hym, Nicolás Ojeda Bär)
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.42
VERSION = 0.43
all: flexlink.exe support

OCAML_CONFIG_FILE=$(shell cygpath -ad "$(shell ocamlopt -where 2>/dev/null)/Makefile.config" 2>/dev/null)
Expand Down
8 changes: 4 additions & 4 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,42
PRODUCTVERSION 0,0,0,42
FILEVERSION 0,0,0,43
PRODUCTVERSION 0,0,0,43
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
Expand All @@ -21,8 +21,8 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "0.0.0.42"
VALUE "ProductVersion", "0.0.0.42"
VALUE "FileVersion", "0.0.0.43"
VALUE "ProductVersion", "0.0.0.43"
VALUE "ProductName", "FlexDLL"
VALUE "FileDescription", "FlexDLL Linker"
VALUE "LegalCopyright", "Institut National de Recherche en Informatique et en Automatique"
Expand Down

0 comments on commit a47f936

Please sign in to comment.