diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-07-09 00:21:26 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-07-08 18:21:26 -0600 |
commit | 2c9222532da710d24b64b4c1b45d6e9f0bc3dcd1 (patch) | |
tree | 024629007bd345b3901fbc287311a497b34e3b32 /libstdc++ | |
parent | ac260b05b2828fa961c6c5ff947a5169bcbd0d8a (diff) | |
download | gcc-2c9222532da710d24b64b4c1b45d6e9f0bc3dcd1.tar.gz |
Makefile.in (VERSION): Bump to 2.10.0.
�
* Makefile.in (VERSION): Bump to 2.10.0.
From-SVN: r28036
Diffstat (limited to 'libstdc++')
-rw-r--r-- | libstdc++/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 608f47e3c6b..bf542b09210 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,7 @@ +Fri Jul 9 01:20:23 1999 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (VERSION): Bump to 2.10.0. + Tue Jun 8 00:21:11 1999 Jeffrey A Law (law@cygnus.com) * configure.in (*-*-freebsd2*): Add missing '*' at end of configure diff --git a/libstdc++/Makefile.in b/libstdc++/Makefile.in index 6d2fcba662d..fca1145c19c 100644 --- a/libstdc++/Makefile.in +++ b/libstdc++/Makefile.in @@ -14,7 +14,7 @@ # along with this library; see the file COPYING. If not, write to the Free # Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -VERSION = 2.9.0 +VERSION = 2.10.0 INTERFACE = 2 gxx_include_dir=${includedir}/g++ |