]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 4 Apr 2003 00:16:50 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 4 Apr 2003 00:16:50 +0000 (00:16 +0000)
[[Split portion of a mixed commit.]]

From-SVN: r65222.2

gcc/ada/gnatvsn.ads
libstdc++-v3/include/bits/c++config

index 5565dc8abf54d50908ee296aee0a9474025480b8..aebe868d7070fd18be32e61e21fae6ac2f595fa6 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.314 $
+--                            $Revision: 1.2.12.315 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20030403 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20030404 (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).
index 57f9b7be2161dc38461371e2ff8278606b18532e..c1627d27b8338184b34a5651b2323095e3b8e3d3 100644 (file)
@@ -34,7 +34,7 @@
 #include <bits/os_defines.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20030403
+#define __GLIBCPP__ 20030404
 
 // This is necessary until GCC supports separate template
 // compilation.