This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] bump libstdc++.so version to 5


... g++ ABI changes pave the way for a streamlined symbol export
list. (following.) Discussion here:

http://gcc.gnu.org/ml/libstdc++/2002-07/msg00000.html

tested x86/linux

2002-07-01  Benjamin Kosnik  <bkoz@redhat.com>

	* configure.in (libtool_VERSION): Bump to 5:0:0.
	* configure: Regenerate.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/configure.in,v
retrieving revision 1.101
diff -c -p -r1.101 configure.in
*** configure.in	27 Jun 2002 10:16:40 -0000	1.101
--- configure.in	1 Jul 2002 17:55:23 -0000
*************** ORIGINAL_LD_FOR_MULTILIBS=$LD
*** 13,19 ****
  PACKAGE=libstdc++
  AC_SUBST(PACKAGE)
  # For libtool versioning info, format is CURRENT:REVISION:AGE
! libtool_VERSION=4:1:0
  AC_SUBST(libtool_VERSION)
  
  GLIBCPP_TOPREL_CONFIGURE
--- 13,19 ----
  PACKAGE=libstdc++
  AC_SUBST(PACKAGE)
  # For libtool versioning info, format is CURRENT:REVISION:AGE
! libtool_VERSION=5:0:0
  AC_SUBST(libtool_VERSION)
  
  GLIBCPP_TOPREL_CONFIGURE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]