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:
parent
215bf3edc8
commit
80d7dc0a13
2 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,10 @@
|
|||
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
|
||||
Use variable 'system' when evaluating 'for{Linux,Darwin,Windows}'
|
||||
(bugfix, issue #31, commit 2c14110)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Makefile.pdlibbuilder dated 2016-11-22
|
||||
version = 0.4.4
|
||||
# Makefile.pdlibbuilder dated 2018-01-23
|
||||
version = 0.5.0
|
||||
|
||||
# Helper makefile for Pure Data external libraries.
|
||||
# Written by Katja Vetter March-June 2015 for the public domain. No warranties.
|
||||
|
|
|
|||
Loading…
Reference in a new issue