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] bump libstdc++ version



tested x86/linux

-benjamin

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.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/configure.in,v
retrieving revision 1.91
diff -c -p -r1.91 configure.in
*** configure.in	8 May 2002 04:37:44 -0000	1.91
--- configure.in	23 May 2002 16:05:35 -0000
*************** ORIGINAL_LD_FOR_MULTILIBS=$LD
*** 13,22 ****
  PACKAGE=libstdc++
  AC_SUBST(PACKAGE)
  # For typical GNU versioning info, format is MAJOR.MINOR.MICRO
! release_VERSION=3.1.0
  AC_SUBST(release_VERSION)
  # For libtool versioning info, format is CURRENT:REVISION:AGE
! libtool_VERSION=4:0:0
  AC_SUBST(libtool_VERSION)
  
  # Gets build, host, target, *_vendor, *_cpu, *_os, etc.
--- 13,22 ----
  PACKAGE=libstdc++
  AC_SUBST(PACKAGE)
  # For typical GNU versioning info, format is MAJOR.MINOR.MICRO
! release_VERSION=3.1.1
  AC_SUBST(release_VERSION)
  # For libtool versioning info, format is CURRENT:REVISION:AGE
! libtool_VERSION=4:1:0
  AC_SUBST(libtool_VERSION)
  
  # Gets build, host, target, *_vendor, *_cpu, *_os, etc.


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