]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 30 Oct 2002 08:16:24 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 30 Oct 2002 08:16:24 +0000 (08:16 +0000)
From-SVN: r58648

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 19c69e27d08720b86bf4f1114a6764b7cf1ed3c7..4edb0fc3e7387b76d4a983f3f7659fe8ec22e725 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.96 $
+--                            $Revision: 1.2.12.65.2.97 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021029 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20021030 (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 0cecd3c766fdc00f6948bf73deab10442c78b88c..2e62ac251ac709c0ce3355680dfacfc00dff9579 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021029 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20021030 (prerelease)";
index d732d33cec296c014ec8b73170f70e8992b83795..578540d50dbe14ffcb78f9803e6b3f5e90fff35c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20021029 (prerelease)";
+const char *const version_string = "3.2.1 20021030 (prerelease)";
index e5baa9efad725ea9f31e226a5e45c5f03b078aa9..80da7b49478f38fd5af51e9c80a035eef8af1db8 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021029 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021030 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index ec14b6c6b7cac4b8e4d3df0f2d984046501ada8b..80ff24de15db0cf618acea47c629f4572d3a6588 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021029 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021030 (prerelease)";
 
 /*
 2.01   $ format added
index c3510a177f215fd86f2161df3f81443d44e055d8..6081ee3395d3a666eff292f9c2eda4b557d51ee5 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021029 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021030 (prerelease)";
 
 #include <stdio.h>
 
index c59355d20e016375ea13f57320dce4d7403ac0b8..19da91f6c8838de37b8b7ee5c153d202747303b8 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__ 20021029
+#define __GLIBCPP__ 20021030
 
 // This is necessary until GCC supports separate template
 // compilation.