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

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