diff options
author | midipix <writeonce@midipix.org> | 2025-06-16 14:47:24 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-16 14:47:24 +0000 |
commit | d308e4a5ab719e540be0df779efba6fd490495e1 (patch) | |
tree | 97683b3f99cd21e0411f375ab49f95fa6e5f5321 | |
parent | dc7bfc9c90988a8d4e363d08d29666947d7d6078 (diff) | |
download | sltdl-d308e4a5ab719e540be0df779efba6fd490495e1.tar.bz2 sltdl-d308e4a5ab719e540be0df779efba6fd490495e1.tar.xz |
-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 |