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

From-SVN: r63142.2

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

index 28fce82bddd26ff1e8793cbbc18d9af4ffcd03a7..c8c71f508c7e7a6663b75ea2e1a3e81fc71f1743 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.271 $
+--                            $Revision: 1.2.12.272 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20030219 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20030220 (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 0698d243b48f1158fa2faeaa060e18f1976c4102..bbba07f4e42dbdb4cc6b7e3b1ca5fa559c66a81c 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__ 20030219
+#define __GLIBCPP__ 20030220
 
 // This is necessary until GCC supports separate template
 // compilation.