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

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 49919dced1b285f569753da25f1ad4eb92b66926..ce57add77741ea5db9395d572f0a5e7eddd4f63f 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.131 $
+--                            $Revision: 1.2.12.65.2.132 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20021201 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20021202 (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 7a90366d9ce662db9a7c071a20a3c1cf93687c37..48abb3d06c12f483de47c2496b1749e357657190 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20021201 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20021202 (prerelease)";
index c2a29ba2ac5b79c2421c6aa312d10b51d31228ff..493dbcd4a9f051089ac8e0b4d2674cfac07503a9 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20021201 (prerelease)";
+const char *const version_string = "3.2.2 20021202 (prerelease)";
index e86500c04098d7da45db0237ba7d28a8097f770f..2dfabfdd814e19d875a6791bdfa93dfa3e961681 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20021201 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20021202 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index d1d185026e03cd79a664ae0b4dabed5e1625f5aa..5c14ef86e82b4bb77583f31974f03edc47faef11 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20021201 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20021202 (prerelease)";
 
 /*
 2.01   $ format added
index d5e95cf0e178018d8f33ea6fa5bec97d78aa59d7..0d8f7dab0f8f65956e9aa6cebbf258216916e04a 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20021201 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20021202 (prerelease)";
 
 #include <stdio.h>
 
index 367332cac22cac6c57e92c33224f448d1c44389e..120775278171fa7fda2aa61aff75b9f2fae7b0db 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__ 20021201
+#define __GLIBCPP__ 20021202
 
 // This is necessary until GCC supports separate template
 // compilation.