aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2003-03-31 00:16:50 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2003-03-31 00:16:50 +0000
commita4f04298839a9b95fd94bd8213275e28991be58a (patch)
treeae0319a24e2feed2148df2841fca76c7f2fd1055
parentd6914815bf58335fd9ff6d1a74d483f2a2467fad (diff)
Daily bump.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc-3_1-branch@65067 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ada/gnatvsn.ads4
-rw-r--r--libstdc++-v3/include/bits/c++config2
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/gnatvsn.ads b/gcc/ada/gnatvsn.ads
index 4b2503f49a0..37dd925f600 100644
--- a/gcc/ada/gnatvsn.ads
+++ b/gcc/ada/gnatvsn.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- $Revision: 1.2.12.310 $
+-- $Revision: 1.2.12.311 $
-- --
-- Copyright (C) 1992-2002 Free Software Foundation, Inc. --
-- --
@@ -38,7 +38,7 @@
package Gnatvsn is
- Gnat_Version_String : constant String := "3.2 20030330 (prerelease)";
+ Gnat_Version_String : constant String := "3.2 20030331 (prerelease)";
-- Version output when GNAT (compiler), or its related tools, including
-- GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run
-- (with appropriate verbose option switch set).
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config
index 0cba7ebd04d..455e52c1f32 100644
--- a/libstdc++-v3/include/bits/c++config
+++ b/libstdc++-v3/include/bits/c++config
@@ -34,7 +34,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20030330
+#define __GLIBCPP__ 20030331
// This is necessary until GCC supports separate template
// compilation.