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

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 72b898426630a91be9593521e3257a8429e41e53..faac7c678e0044a7da77abe1fc679afcb9bbc84d 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.101 $
+--                            $Revision: 1.2.12.65.2.102 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021103 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20021104 (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 3952b98d5d4e3dfe5b2e0869459f8b7fc88dfa4c..9b61db7e2dc2fa6af7a9c2ff5a502c6c8f7f04f1 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021103 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20021104 (prerelease)";
index 9cfdfa2e99ec3582aa6e82174d09ebaaf95908b2..44b6e09d5264830485aa3d2ad7b7cb9c829e585f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20021103 (prerelease)";
+const char *const version_string = "3.2.1 20021104 (prerelease)";
index 0494177408fc0678e44a240d9af2f49455a66d92..f5718f2dd56babe1174e5941dc32229ece1f1e55 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021103 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021104 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8cab00b9937102d4b4e67949e2c2fc1d0b12e3a2..e9bd63d86b9a51ef0104450d8d088331d0f2bccd 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021103 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021104 (prerelease)";
 
 /*
 2.01   $ format added
index 9bdc3e0c65175d5f1f8a29f720f0792eef529673..a40aade61b0db334c03f5f858c567e4f69e51fd6 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021103 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021104 (prerelease)";
 
 #include <stdio.h>
 
index 27be3fdad67aef748dceb2a53818d8c7aae5bf99..669f0828ae39c3d9d52a428c9ba92d65bc081261 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__ 20021103
+#define __GLIBCPP__ 20021104
 
 // This is necessary until GCC supports separate template
 // compilation.