]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 23 Aug 2002 07:16:23 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 23 Aug 2002 07:16:23 +0000 (07:16 +0000)
From-SVN: r56534

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 bdc27b5f5bb547f6ebfeba27fdd5be05f4dad242..c12946b90430483f0aabbec04e4a25f8a5b23434 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.28 $
+--                            $Revision: 1.2.12.65.2.29 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20020822 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20020823 (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 ecce19d785eb944b871f7b820bb53aae260e68ce..52be64239fb58a768ffd3b10667e5cef865475aa 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20020822 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20020823 (prerelease)";
index 6dbc0fb9f31c122112860d614d7ba6b1a63360f9..76d0a6eb3fe520aa9bd64755395de92ed0cb3bf7 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20020822 (prerelease)";
+const char *const version_string = "3.2.1 20020823 (prerelease)";
index 217810007f75176d287e5ff436b673b278ccddce..c79ab45f5cf1ba87a8ff545a7a4d9d8469f4cf59 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20020822 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20020823 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index d6b14024466d81a49c426dd27d46cee3091ad60c..a9d3b3cf7d62d5fecef77edaccd5223404788435 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20020822 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20020823 (prerelease)";
 
 /*
 2.01   $ format added
index a5e4f17078c63aa17e84685120a947147790855c..4ab605771e2a9d2d17660d4ff868513c255e5927 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20020822 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20020823 (prerelease)";
 
 #include <stdio.h>
 
index eeae4746e916bfd981f10e5f3ef7ed5bf325531e..9e5362c92c9f53270ceb036669110bcd8910407c 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__ 20020822
+#define __GLIBCPP__ 20020823
 
 // This is necessary until GCC supports separate template
 // compilation.