Bump version to 0.5.0, ready for Windows 64 bit

Update version number after merge commit 215bf3e. This is the first
version handling 64 bit builds for Windows.
This commit is contained in:
katjav 2018-01-23 21:25:23 +01:00
parent 215bf3edc8
commit 80d7dc0a13
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
Changelog for Makefile.pdlibbuilder. Changelog for Makefile.pdlibbuilder.
v0.5.0, dated 2018-01-23
Implement target architecture detection for Windows builds,
and set appropriate options for 32 and 64 bit (used to be for 32 bit only).
(feature, issue #37 #38, merge commit 215bf3e)
v0.4.4, dated 2016-11-22 v0.4.4, dated 2016-11-22
Use variable 'system' when evaluating 'for{Linux,Darwin,Windows}' Use variable 'system' when evaluating 'for{Linux,Darwin,Windows}'
(bugfix, issue #31, commit 2c14110) (bugfix, issue #31, commit 2c14110)

View file

@ -1,5 +1,5 @@
# Makefile.pdlibbuilder dated 2016-11-22 # Makefile.pdlibbuilder dated 2018-01-23
version = 0.4.4 version = 0.5.0
# Helper makefile for Pure Data external libraries. # Helper makefile for Pure Data external libraries.
# Written by Katja Vetter March-June 2015 for the public domain. No warranties. # Written by Katja Vetter March-June 2015 for the public domain. No warranties.