From a6544253fd2f1b0a25aed2ec548db2ba02fea4c1 Mon Sep 17 00:00:00 2001 From: midipix Date: May 08 2016 00:49:26 +0000 Subject: release 0.5.3 --- diff --git a/NEWS b/NEWS index 0995d2f..b61a761 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +0.5.3: + +This patch release includes a few minor fixes and several improvements, all +related to slibtool's own build system. + +- build system: app.tag: avoid unconditional step execution. +- build system: configure: added --strict, --ccstrict, --ldstrict support. +- build system: Makefile: added the .conf convenience target. +- build system: Makefile: added the .display_cc convenience target. +- build system: Makefile: added the -display_cflags convenience target. +- build system: Makefile: added custom header installation support. + 0.5.2: This patch release includes several fixes of bugs that were discovered while diff --git a/project/tagver.mk b/project/tagver.mk index 1f165a4..668d16d 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 2 +VER_PATCH = 3