Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alainfrisch committed Sep 14, 2017
1 parent 22888b5 commit fcb60e8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.36
- Add Unicode support (patch by Nicolás Ojeda Bär)
- Workaround apparent bug in VS 2017.3 link (patch by David Allsopp)
- Additional heuristic for -lfoo on MSVC: try libfoo.lib but then try foo.lib (David Allsopp)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.35
VERSION = 0.36
all: flexlink.exe support

OCAML_CONFIG_FILE=$(shell cygpath -ad "$(shell ocamlopt -where)/Makefile.config")
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ Download

- [Source releases](https://github.com/alainfrisch/flexdll/releases).

- [Binary release 0.35 (self-extracting
installer)](http://alain.frisch.fr/flexdll/flexdll-0.35-setup.exe).
- [Binary release 0.36 (self-extracting
installer)](http://alain.frisch.fr/flexdll/flexdll-0.36-setup.exe).

- [Binary release 0.35 (.zip
file)](http://alain.frisch.fr/flexdll/flexdll-bin-0.35.zip).
- [Binary release 0.36 (.zip
file)](https://github.com/alainfrisch/flexdll/archive/0.36.zip)

- [Development version](https://github.com/alainfrisch/flexdll).

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,35
PRODUCTVERSION 0,0,0,35
FILEVERSION 0,0,0,36
PRODUCTVERSION 0,0,0,36
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
Expand All @@ -21,7 +21,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "0.0.0.35"
VALUE "FileVersion", "0.0.0.36"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit fcb60e8

Please sign in to comment.