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

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 a9388decf84e248d773ae6fb19a2730efabe22da..508bc3e41744d918c2debe058370cc956530fadb 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.32 $
+--                            $Revision: 1.2.12.65.2.33 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20020826 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20020827 (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 8f5fea0d96183e8645922309c8510a81dd255b94..80c41fce1077420e5f4d9e2b1937e14839cc2956 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20020826 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20020827 (prerelease)";
index 0f341392ddc051a5248142ffa25a501f28efb7da..de28496a8ab49cc62b142af4c3d370ffe975630d 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20020826 (prerelease)";
+const char *const version_string = "3.2.1 20020827 (prerelease)";
index 561715e564fe48dad1c8d32ac48b519a2bbc371f..122f0c8b00136f7b50163b181eb7cf4f63c2e1f4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20020826 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20020827 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index efc1f46a4ab74e8c78457fc1b2e347cf89a33d55..53e0afe892304cc382f3413934b54f553b7eaf70 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20020826 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20020827 (prerelease)";
 
 /*
 2.01   $ format added
index c94ad82cc959e27d06c88624d22038910f3bcf16..f78519279638c6acd1c53b13345d671fd0fcbf87 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20020826 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20020827 (prerelease)";
 
 #include <stdio.h>
 
index 6bf5ecc0ff38b9aa5ddde9a193bdb09f2e631b48..918990961dd88dd36097d0e57dcbcd0625871a79 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__ 20020826
+#define __GLIBCPP__ 20020827
 
 // This is necessary until GCC supports separate template
 // compilation.