aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstdc++/ChangeLog4
-rw-r--r--libstdc++/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog
index 608f47e..bf542b0 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 6d2fcba..fca1145 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++