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

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 ccca5c994a1c64d02f177dbc78d553fd926e5c63..43f70d879d25efeb7cce385d91f408be472b17a6 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.127 $
+--                            $Revision: 1.2.12.65.2.128 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20021127 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20021128 (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 8c744846f76e78d4ff2349f0cc35df04a19a92c3..881e66d6128548eb2fcc47a9302c120ce579e81a 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20021127 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20021128 (prerelease)";
index cdc9f12e9a726515c6733c6034de9053094f1114..4d961d2b95de68b5d8018070cf1d117b87da765b 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20021127 (prerelease)";
+const char *const version_string = "3.2.2 20021128 (prerelease)";
index de64d9e167a65e85d5caa6dbedc6ea629e00f469..fb1303e6242a00d4707b2d6a2b391ae9bc64c1c0 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20021127 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20021128 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 99399e5a04b78828198cdf7d16ec29d39a35b808..9aba117870c86db8426d3d6264173f939e7e0396 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20021127 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20021128 (prerelease)";
 
 /*
 2.01   $ format added
index 310df21411f4199d260d053b182be4e73d4f0b3b..7b37369bcc0f46efe0cb8e883a3787af821b9101 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20021127 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20021128 (prerelease)";
 
 #include <stdio.h>
 
index e7d20f9ba28c88af9a4b529eb0d6a5a37ebff437..24f7efb1249e033959ebbc2c86cce9ee386e1d05 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__ 20021127
+#define __GLIBCPP__ 20021128
 
 // This is necessary until GCC supports separate template
 // compilation.