]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 9 Aug 2002 07:16:59 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 9 Aug 2002 07:16:59 +0000 (07:16 +0000)
[[Split portion of a mixed commit.]]

From-SVN: r56159.2

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

index 00fd4916c14cd2948a9f7f8f31c4f6afb0440084..f4b7c2b4ae5b9cac4403223d2fc2031930078ecc 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.77 $
+--                            $Revision: 1.2.12.78 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020808 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20020809 (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 1b261fa8a11e9507f1c8f9b426d74c61caa37a76..636262ac5d30f97a29905ad263a77fb4a69f39a1 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__ 20020808
+#define __GLIBCPP__ 20020809
 
 // This is necessary until GCC supports separate template
 // compilation.