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

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