]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 25 Mar 2003 00:17:19 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 25 Mar 2003 00:17:19 +0000 (00:17 +0000)
[[Split portion of a mixed commit.]]

From-SVN: r64833.2

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

index 6193ed675dff68e7e50f917ce239d4e961d62f87..756bd779ae8aba9e1423e6376138e2ffd9653e62 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.304 $
+--                            $Revision: 1.2.12.305 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20030324 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20030325 (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 b53f9c5ad4e266f3dc9cdbce637d2958619364ca..47a2fec16c2d74ed8609c2c719cca1623e70a531 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__ 20030324
+#define __GLIBCPP__ 20030325
 
 // This is necessary until GCC supports separate template
 // compilation.