]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 25 Nov 2002 08:16:55 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 25 Nov 2002 08:16:55 +0000 (08:16 +0000)
[[Split portion of a mixed commit.]]

From-SVN: r59452.2

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

index 4a230838442acd75c327905929f7a15d497ce8d4..7683485595c2bf50704df8b69bc28a927f075e06 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.185 $
+--                            $Revision: 1.2.12.186 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20021124 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20021125 (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 f042264a34197f2f474e221b30581a9cdc5a3e3c..d5bd0525538f73892c45f1d83fc579c7ca942e36 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__ 20021124
+#define __GLIBCPP__ 20021125
 
 // This is necessary until GCC supports separate template
 // compilation.