Skip to content

Commit

Permalink
Prepare for release (0.35).
Browse files Browse the repository at this point in the history
  • Loading branch information
alainfrisch committed Aug 23, 2016
1 parent 5e50946 commit 3453457
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 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.35
- Fixes for clang (patch by Roven Gabriel)
- Improve autodetection of WinSDK paths (patch by David Allsopp)
- Add MSVC_DETECT Makefile variable which overrides all C Compiler detection logic when 0.
Expand Down
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,18 @@ LD: an internal linker to produce .dll (only).
Download
--------

- [Binary release 0.34 (self-extracting
installer)](http://alain.frisch.fr/flexdll/flexdll-0.34-setup.exe).
- [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).

- [Source release 0.34 (.tar.gz
file)](http://alain.frisch.fr/flexdll/flexdll-0.34.tar.gz).
- [Binary release 0.35 (.zip
file)](http://alain.frisch.fr/flexdll/flexdll-bin-0.35.zip).


- [Binary release 0.34 (.zip
file)](http://alain.frisch.fr/flexdll/flexdll-bin-0.34.zip).
- [Development version](https://github.com/alainfrisch/flexdll).

- [Changelog](CHANGES).

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

**Installation instructions:** Simply run the installer and add the
resulting directory (e.g. `C:\Program Files\flexdll` or
`C:\Program Files (x86)\flexdll`) to the PATH. You can also create this
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,34
PRODUCTVERSION 0,0,0,34
FILEVERSION 0,0,0,35
PRODUCTVERSION 0,0,0,35
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
Expand All @@ -21,7 +21,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "0.0.0.34"
VALUE "FileVersion", "0.0.0.35"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 3453457

Please sign in to comment.