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

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