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

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