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

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 c3e9cdb5aec8d6390939196d5dc899ab56a4fe92..ba9716e022621a86c821285c1d69f11e34ac5a8b 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.137 $
+--                            $Revision: 1.2.12.65.2.138 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20021207 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20021208 (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 181e1d9fcc44c6bff80407fcd8496d703becafe5..87539a23e74507b055024300511bd18bc45855f0 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20021207 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20021208 (prerelease)";
index 62a9ce2acc1ce543b76d3f02b154885e7e193bc7..8cbb792f5bef6830d3895ab42d117dd573834eff 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20021207 (prerelease)";
+const char *const version_string = "3.2.2 20021208 (prerelease)";
index dbb7553c1f1f1589f030acb78b45b16eb48313f6..65f405054f68a204e6600c8db2eb75c720dcfc4e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20021207 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20021208 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 7fb492302964d67cb904e0691aa8d112e9b197ad..c061863245e01eb4443020663f3cf9a44dfc1de2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20021207 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20021208 (prerelease)";
 
 /*
 2.01   $ format added
index 8b9a8bf2710c56197a897734176f51916655796f..5181de5a2a312f4c3d8c2e82dca1b3a22eac468d 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20021207 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20021208 (prerelease)";
 
 #include <stdio.h>
 
index be6f9e4eb6c16a1ba2b005449749ba5fb6cbe9ff..3cc67dde32267e2d40c40c63c1fd4e75bad686e1 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__ 20021207
+#define __GLIBCPP__ 20021208
 
 // This is necessary until GCC supports separate template
 // compilation.