libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Change version of libltdl


From: Scott James Remnant
Subject: [PATCH] Change version of libltdl
Date: Sat, 13 Mar 2004 17:58:04 +0000

We added lt_dlhandle_find() to the libltdl interface, therefore we need
to increment CURRENT and AGE of the libltdl library.

This won't change the SONAME, but will change the library to
libltdl.so.3.2.0

This can be held off until a release is made, but must be done.

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

diff -ruNp libtool-CVS~/ChangeLog libtool-CVS/ChangeLog
--- libtool-CVS~/ChangeLog      2004-03-05 20:39:21.000000000 +0000
+++ libtool-CVS/ChangeLog       2004-03-13 17:55:11.000000000 +0000
@@ -0,0 +1,6 @@
+2004-03-13  Scott James Remnant  <address@hidden>
+
+       * libltdl/Makefile.am (libltdl_la_LDFLAGS): Increment CURRENT
+       and AGE of libltdl, warranted by the addition of lt_dlhandle_find()
+       since 1.5.2.
+
diff -ruNp libtool-CVS~/libltdl/Makefile.am libtool-CVS/libltdl/Makefile.am
--- libtool-CVS~/libltdl/Makefile.am    2004-01-22 22:25:43.000000000 +0000
+++ libtool-CVS/libltdl/Makefile.am     2004-03-13 17:53:30.000000000 +0000
@@ -38,7 +38,7 @@ endif
 CLEANFILES = libltdl.la libltdlc.la
 
 libltdl_la_SOURCES = ltdl.c ltdl.h
-libltdl_la_LDFLAGS = -no-undefined -version-info 4:0:1
+libltdl_la_LDFLAGS = -no-undefined -version-info 5:0:2
 libltdl_la_LIBADD = $(LIBADD_DL)
 
 libltdlc_la_SOURCES = ltdl.c ltdl.h

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]