diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | project/tagver.mk | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +0.5.1: + +The purpose of this patch release, with only two small changes since the +first tagged release, is to accelerate testing of slibtool and slibtoolize +integration on Adélie Linux. + +sltdl.h: api compatibility: provide the LT_PATHSEP_CHAR macro. +project: ltdl drop-in-replacement: create the target ${libdir} as needed. + 0.5.0: This is the first tagged release of sltdl, a clean implementation for modern diff --git a/project/tagver.mk b/project/tagver.mk index aa41f60..29df266 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = LT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 0 +VER_PATCH = 1 |