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

From-SVN: r65449.2

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

index 9afc592878b5524c308e728a5e531988a3d260a7..d24480174ad31a3abc4b19472dc791e93182ab96 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.321 $
+--                            $Revision: 1.2.12.322 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20030410 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20030411 (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 6ff396f9c932fc20c71e16e3d7eabcd3ad77db94..f7d3bb77c1f94c0546b3aad455a8e02a7176eee9 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__ 20030410
+#define __GLIBCPP__ 20030411
 
 // This is necessary until GCC supports separate template
 // compilation.