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

From-SVN: r59959.2

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

index 98e011d478247b7eaa5d2b5bc7ffab0ebb39e2d0..3f09327d43abec23fdff8ffd8e30c8d577463ffa 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.199 $
+--                            $Revision: 1.2.12.200 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20021208 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20021209 (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 c9ec1cc0ec991aa940ce127a511fe3e6976b40ef..f5f931e647542cdda86ec677bf5b1fde4b47595b 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__ 20021208
+#define __GLIBCPP__ 20021209
 
 // This is necessary until GCC supports separate template
 // compilation.