summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2008-05-04 14:36:29 -0400
committerGary V. Vaughan <gary@gnu.org>2008-05-04 14:36:29 -0400
commit0ac678eb2a7a6f06fbd4afe277219bbcd9c407b4 (patch)
tree3ba611f5dae0f91794c7da1aead3bb9578452b29
parent11c6afb5e59e6f638aa5d7a5a0cf40bbf51fe4e6 (diff)
downloadlibtool-0ac678eb2a7a6f06fbd4afe277219bbcd9c407b4.tar.gz
GNU Libtool 2.2.4 was released.v2.2.4
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version number to 2.2.4. * libltdl/Makefile.inc (LTDL_VERSION_INFO): C:R+1:A because the interfaces are unchanged, even though we improved the code some more. * NEWS: Updated.
-rw-r--r--ChangeLog9
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--libltdl/Makefile.inc2
-rw-r--r--libltdl/configure.ac2
5 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e3c681a3..6f8c602c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-05-04 Gary V. Vaughan <gary@gnu.org>
+ GNU Libtool 2.2.4 was released.
+
+ * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+ number to 2.2.4.
+ * libltdl/Makefile.inc (LTDL_VERSION_INFO): C:R+1:A because the
+ interfaces are unchanged, even though we improved the code some
+ more.
+ * NEWS: Updated.
+
Macro file serial updates for next stable release.
* libltdl/m4/libtool.m4, libltdl/m4/ltdl.m4,
libltdl/m4/ltoptions.m4, libltdl/m4/lt~obsolete.m4: Bump serial
diff --git a/NEWS b/NEWS
index 436e2287..7ef22123 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
NEWS - list of user-visible changes between releases of GNU Libtool
-New in 2.2.4: 2008-??-??: CVS version 2.2.3a, Libtool team:
+New in 2.2.4: 2008-05-04: CVS version 2.2.3a, Libtool team:
* New features:
diff --git a/configure.ac b/configure.ac
index 4660a676..16d3ca99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([libtool], [2.2.3a], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.2.4], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([libtoolize.in])
LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
diff --git a/libltdl/Makefile.inc b/libltdl/Makefile.inc
index 8ea82303..71cb30f8 100644
--- a/libltdl/Makefile.inc
+++ b/libltdl/Makefile.inc
@@ -36,7 +36,7 @@ AM_CPPFLAGS += -DLT_CONFIG_H='<$(LT_CONFIG_H)>' \
-DLTDL -I. -I$(srcdir) -Ilibltdl \
-I$(srcdir)/libltdl -I$(srcdir)/libltdl/libltdl
AM_LDFLAGS += -no-undefined
-LTDL_VERSION_INFO = -version-info 8:1:1
+LTDL_VERSION_INFO = -version-info 8:2:1
noinst_LTLIBRARIES += $(LT_DLLOADERS)
diff --git a/libltdl/configure.ac b/libltdl/configure.ac
index 263d674f..f40822b8 100644
--- a/libltdl/configure.ac
+++ b/libltdl/configure.ac
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([libltdl], [2.2.3a], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.2.4], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([ltdl.c])
AC_CONFIG_AUX_DIR([config])