]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 11 Dec 2002 08:16:29 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 11 Dec 2002 08:16:29 +0000 (08:16 +0000)
From-SVN: r60026

gcc/ada/gnatvsn.ads
gcc/f/version.c
gcc/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index 72592cb22ad2f0352def3269555c64542a0ef3de..6b34b27f39a8d3273198fe7d7c631e1fecc3667e 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.140 $
+--                            $Revision: 1.2.12.65.2.141 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20021210 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20021211 (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 80a1c23aa95444b60add9e5c7d840c33a1ba8523..ce39d7c85162a6036881e645942ee8ed6b21c0d3 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20021210 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20021211 (prerelease)";
index a80756066b95c4130c78d36e17c2cab58b1dc43f..09725cae150013decfd1dd2f95412497c17fb57f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20021210 (prerelease)";
+const char *const version_string = "3.2.2 20021211 (prerelease)";
index 3d193495c62a68126ff14397f20e6e6e4cd43538..d2b3eff50eb84317134b7842fdcd603e26c7761d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20021210 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20021211 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 67d565553152c01759b8b9dfb70c1e0792dd6336..6880ab7d70b79920d5fc78e8f9525849f88b113c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20021210 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20021211 (prerelease)";
 
 /*
 2.01   $ format added
index bed1a4cea3fd6f594584cc1cf8b3a60dc394c749..e270d00bc5cd36294d1021ce1089552a5d73f975 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20021210 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20021211 (prerelease)";
 
 #include <stdio.h>
 
index b8e7ac4c8c6248ec5e358bee9daa079cefc82067..d13e25524205c19a11ecef7bcce4d1cd97c248a9 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__ 20021210
+#define __GLIBCPP__ 20021211
 
 // This is necessary until GCC supports separate template
 // compilation.