diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2002-12-02 19:24:11 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2002-12-02 19:24:11 +0000 |
commit | 8d9872d2677718004836ef799956ca703cc81fe9 (patch) | |
tree | 3ce72fc74f8b8b4c9d114d8d21ce2e854107865a | |
parent | 6b55b27fb97ee57bf644d1e5a0be57bed2a7e344 (diff) | |
download | gcc-8d9872d2677718004836ef799956ca703cc81fe9.zip gcc-8d9872d2677718004836ef799956ca703cc81fe9.tar.gz gcc-8d9872d2677718004836ef799956ca703cc81fe9.tar.bz2 |
configure.in (libtool_VERSION): Update to 5:2:0.
2002-12-02 Benjamin Kosnik <bkoz@redhat.com>
* configure.in (libtool_VERSION): Update to 5:2:0.
* configure: Regenerate.
From-SVN: r59729
-rw-r--r-- | libstdc++-v3/ChangeLog | 10 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 2 | ||||
-rw-r--r-- | libstdc++-v3/configure.in | 2 |
3 files changed, 10 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 247de6b..5d75dd7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2002-12-02 Benjamin Kosnik <bkoz@redhat.com> + + * configure.in (libtool_VERSION): Update to 5:2:0. + * configure: Regenerate. + 2002-12-02 Paolo Carlini <pcarlini@unitus.it> * include/bits/basic_string.tcc @@ -27,6 +32,7 @@ the NULL-pointer, zero-size case. 2002-11-28 Jonathan Wakely <redi@gcc.gnu.org> + * docs/html/faq/index.html: Add tip about a namespace for extensions. 2002-11-28 Paolo Carlini <pcarlini@unitus.it> @@ -444,8 +450,8 @@ for FreeBSD 5. 2002-10-18 Loren J. Rittle <ljrittle@acm.org> - Brad Spencer <spencer@infointeractive.com> (provided alternate - patch and improvements) + Brad Spencer <spencer@infointeractive.com> + (provided alternate patch and improvements) * docs/html/23_containers/howto.html (GLIBCPP_FORCE_NEW): Document new environment variable which replaces all uses of __USE_MALLOC diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index b0adf66..972ed70 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -588,7 +588,7 @@ ORIGINAL_LD_FOR_MULTILIBS=$LD PACKAGE=libstdc++ # For libtool versioning info, format is CURRENT:REVISION:AGE -libtool_VERSION=5:1:0 +libtool_VERSION=5:2:0 diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index c3ff82b..5330895 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -13,7 +13,7 @@ ORIGINAL_LD_FOR_MULTILIBS=$LD PACKAGE=libstdc++ AC_SUBST(PACKAGE) # For libtool versioning info, format is CURRENT:REVISION:AGE -libtool_VERSION=5:1:0 +libtool_VERSION=5:2:0 AC_SUBST(libtool_VERSION) GLIBCPP_TOPREL_CONFIGURE |