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

gcc/ada/gnatvsn.ads
gcc/f/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index 94365f183daff8edda174fe2e9970ea512dba337..fa8a470b47100291deb6698284ff41bdac80fb1a 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.119 $
+--                            $Revision: 1.2.12.65.2.120 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021120 (release)";
+   Gnat_Version_String : constant String := "3.2.1 20021121 (release)";
    --  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 1b8046819ab069f2744b8f97d0ccb32713cce015..88c5d3369ced7f743e73aa8f2ec6ef22d483ba49 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021120 (release)";
+const char *const ffe_version_string = "3.2.1 20021121 (release)";
index 93c6df30839bfd406566f2b5dec787320837e61a..d9d1b017323c66ef9800bd2f0622dbd96d3bb8b3 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021120 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021121 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index e3d223fbd121005e1bc4bd50713df9cee121d119..8ea8547c0d4c524ce5f397c4a1dddde2d7b3115b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021120 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021121 (release)";
 
 /*
 2.01   $ format added
index e135e702ec0502aa7ce623260a8787e56c51a453..ed0d9dd67b6aec87f55ea8ca66ae1840fbda7c58 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021120 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021121 (release)";
 
 #include <stdio.h>
 
index 1bba27805cf820c1e34eae286a6899060506ffbe..ab3d66e113f7fed7d2a69afd1bec86f1847517cb 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__ 20021120
+#define __GLIBCPP__ 20021121
 
 // This is necessary until GCC supports separate template
 // compilation.