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

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