Skip to content

Commit

Permalink
Prepare for releasing 0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Oct 1, 2022
1 parent 99a581a commit ab8fbd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.41
VERSION = 0.42
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,41
PRODUCTVERSION 0,0,0,41
FILEVERSION 0,0,0,42
PRODUCTVERSION 0,0,0,42
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
Expand All @@ -21,7 +21,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "0.0.0.41"
VALUE "FileVersion", "0.0.0.42"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit ab8fbd4

Please sign in to comment.