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

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