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

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