Skip to content

Commit f624a8a

Browse files
committed
Prepare for releasing 0.41
1 parent 6e2fd05 commit f624a8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
##
66

77

8-
VERSION = 0.40
8+
VERSION = 0.41
99
all: flexlink.exe support
1010

1111
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,40
13-
PRODUCTVERSION 0,0,0,40
12+
FILEVERSION 0,0,0,41
13+
PRODUCTVERSION 0,0,0,41
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.40"
24+
VALUE "FileVersion", "0.0.0.41"
2525
END
2626
END
2727
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)