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

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