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

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