mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 16:23:56 +08:00
configure.in (release_VERSION): Update to 3.1.1.
2002-05-23 Benjamin Kosnik <bkoz@redhat.com> * configure.in (release_VERSION): Update to 3.1.1. (libtool_VERSION): Update to 4:1:0. * configure: Regenerate. From-SVN: r53791
This commit is contained in:
parent
b34c788149
commit
da2c31aee9
@ -1,3 +1,9 @@
|
||||
2002-05-23 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* configure.in (release_VERSION): Update to 3.1.1.
|
||||
(libtool_VERSION): Update to 4:1:0.
|
||||
* configure: Regenerate.
|
||||
|
||||
2002-05-21 Phil Edwards <pme@gcc.gnu.org>
|
||||
|
||||
* include/bits/stl_pair.h: Tweak comment markup.
|
||||
|
2314
libstdc++-v3/configure
vendored
2314
libstdc++-v3/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -13,10 +13,10 @@ ORIGINAL_LD_FOR_MULTILIBS=$LD
|
||||
PACKAGE=libstdc++
|
||||
AC_SUBST(PACKAGE)
|
||||
# For typical GNU versioning info, format is MAJOR.MINOR.MICRO
|
||||
release_VERSION=3.1.0
|
||||
release_VERSION=3.1.1
|
||||
AC_SUBST(release_VERSION)
|
||||
# For libtool versioning info, format is CURRENT:REVISION:AGE
|
||||
libtool_VERSION=4:0:0
|
||||
libtool_VERSION=4:1:0
|
||||
AC_SUBST(libtool_VERSION)
|
||||
|
||||
# Gets build, host, target, *_vendor, *_cpu, *_os, etc.
|
||||
|
Loading…
Reference in New Issue
Block a user