This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] update versions


tested x86/linux

2002-12-02  Benjamin Kosnik  <bkoz@redhat.com>

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

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/configure.in,v
retrieving revision 1.83.2.14.2.3
diff -c -p -r1.83.2.14.2.3 configure.in
*** configure.in	21 Oct 2002 19:35:41 -0000	1.83.2.14.2.3
--- configure.in	2 Dec 2002 17:44:41 -0000
*************** ORIGINAL_LD_FOR_MULTILIBS=$LD
*** 13,19 ****
  PACKAGE=libstdc++
  AC_SUBST(PACKAGE)
  # For libtool versioning info, format is CURRENT:REVISION:AGE
! libtool_VERSION=5: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:2: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]