Skip to content

Commit

Permalink
Prepare for releasing 0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Feb 23, 2022
1 parent 6e2fd05 commit f624a8a
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.40
VERSION = 0.41
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,40
PRODUCTVERSION 0,0,0,40
FILEVERSION 0,0,0,41
PRODUCTVERSION 0,0,0,41
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
Expand All @@ -21,7 +21,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "0.0.0.40"
VALUE "FileVersion", "0.0.0.41"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit f624a8a

Please sign in to comment.