From fcb60e8327d102af5b5046340da38eabba54555a Mon Sep 17 00:00:00 2001 From: alainfrisch Date: Thu, 14 Sep 2017 21:55:28 +0200 Subject: [PATCH] Prepare for release. --- CHANGES | 2 +- Makefile | 2 +- README.md | 8 ++++---- version.rc | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index 5b76b89..2192105 100644 --- a/CHANGES +++ b/CHANGES @@ -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) diff --git a/Makefile b/Makefile index 9aeb80d..8f16e64 100644 --- a/Makefile +++ b/Makefile @@ -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") diff --git a/README.md b/README.md index 0ac7d9b..e3da463 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/version.rc b/version.rc index 9c93adc..d13f7a1 100644 --- a/version.rc +++ b/version.rc @@ -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 @@ -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"