]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 30 Sep 2002 07:17:01 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 30 Sep 2002 07:17:01 +0000 (07:17 +0000)
[[Split portion of a mixed commit.]]

From-SVN: r57641.2

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

index 9bf13beb6fb136bdb220d753cb7b77531dccfeb0..f084a1dd08d793b5e1948df6ee3c981756f23f25 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.129 $
+--                            $Revision: 1.2.12.130 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020929 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20020930 (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 c6db06e53fede5188c0e00b1ff44de66a98c1fab..607fad718801e3d3631096ba5421a81bf658bf34 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__ 20020929
+#define __GLIBCPP__ 20020930
 
 // This is necessary until GCC supports separate template
 // compilation.