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

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