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

From-SVN: r61089.2

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

index 7de5eca1edc290197b2f99c9e420674cf33a7bd7..0d9ebf19853f3a9bd76e40efa178b565faae0653 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.230 $
+--                            $Revision: 1.2.12.231 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20030108 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20030109 (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 9440edaf0422e279b27721d6422524f9592aa8cb..edddef6d32ddb993329a7e03320f84f8a83ea4c9 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__ 20030108
+#define __GLIBCPP__ 20030109
 
 // This is necessary until GCC supports separate template
 // compilation.