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

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 7ac44e1f568d3002b48be5e6d5678c68015b46dc..86281e1a9b9e199518549fba580b08308df1336d 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.35 $
+--                            $Revision: 1.2.12.65.2.36 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20020829 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20020830 (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 ff86c36595e68eb9be6f23dc502b954f5204ef7b..cf36bdcbae2b6decdc599793b921b8a9cd5dcfeb 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20020829 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20020830 (prerelease)";
index e7531576e8fb66cee1fa4b373b5041f5dc11f096..bfada00e23c10b6bba6341b5806daa8d7d331809 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20020829 (prerelease)";
+const char *const version_string = "3.2.1 20020830 (prerelease)";
index dc486c882a96be929829491f2623c17416eaa4b5..596be74cbedd286638745d46d94e6bfc7c8e8082 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20020829 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20020830 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index af62af1902e8a492da1e441ca7f0b1d5ec69140d..cb386ea6388e2beca5f1adacd3a77a69ebb3a0ba 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20020829 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20020830 (prerelease)";
 
 /*
 2.01   $ format added
index 20a12729b6c2056316beb5e861ce1424bc825135..141fab79bef3a851799021d23643f42f589f80ec 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20020829 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20020830 (prerelease)";
 
 #include <stdio.h>
 
index 42fd1aedb78ecfba406b4911ff0cec6c91be401b..540cafd30fc3010005ffd048d87b83583ae999bf 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__ 20020829
+#define __GLIBCPP__ 20020830
 
 // This is necessary until GCC supports separate template
 // compilation.