We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2fd05 commit f624a8aCopy full SHA for f624a8a
Makefile
@@ -5,7 +5,7 @@
5
##
6
7
8
-VERSION = 0.40
+VERSION = 0.41
9
all: flexlink.exe support
10
11
OCAML_CONFIG_FILE=$(shell cygpath -ad "$(shell ocamlopt -where)/Makefile.config")
version.rc
@@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
12
- FILEVERSION 0,0,0,40
13
- PRODUCTVERSION 0,0,0,40
+ FILEVERSION 0,0,0,41
+ PRODUCTVERSION 0,0,0,41
14
FILEFLAGSMASK 0x3fL
15
FILEFLAGS 0x0L
16
FILEOS 0x40004L
@@ -21,7 +21,7 @@ BEGIN
21
BEGIN
22
BLOCK "040904b0"
23
24
- VALUE "FileVersion", "0.0.0.40"
+ VALUE "FileVersion", "0.0.0.41"
25
END
26
27
BLOCK "VarFileInfo"
0 commit comments