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

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