From d308e4a5ab719e540be0df779efba6fd490495e1 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 16 2025 14:47:24 +0000 Subject: release 0.5.1 --- diff --git a/NEWS b/NEWS index 8b7de1c..97992dc 100644 --- a/NEWS +++ b/NEWS @@ -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