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

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 f838395978fc30ecc148fef4a8e8317dada79176..69ea8ba011007afdbc3c6359f47b69ba45fd9088 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.79 $
+--                            $Revision: 1.2.12.65.2.80 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021012 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20021013 (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 0f7552dc2f8af5a182037d6d3f4618cbfbf3ccc6..6e6a1e77c60be3672543f647d4a336cc714aed65 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021012 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20021013 (prerelease)";
index d3d0e51329f52abb316c18b395c507f19b271251..c3c070c0f8c101345e1ae6c1a2e5e582c3bd3080 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20021012 (prerelease)";
+const char *const version_string = "3.2.1 20021013 (prerelease)";
index e8ce1c6327e6f9cba763ad36d2f42d03295d56be..784cf98114c076f81de3113362414beb2de3958b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021012 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021013 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 0a58695f29eaf33b84dc683e960da4fa38ab6bb3..fd6a015afedb2f43a4f086a9b5b08548939334b2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021012 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021013 (prerelease)";
 
 /*
 2.01   $ format added
index 01db0ee4739a099109a57299a79670f105f285b5..aec5ee9383830c20bc0063090d5138898f6d1664 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021012 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021013 (prerelease)";
 
 #include <stdio.h>
 
index 07d8e45ff6deccd2f8f6369d52c3a951a682ef06..342fc2e8098e33120d20bcef795887a99e7beaa1 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__ 20021012
+#define __GLIBCPP__ 20021013
 
 // This is necessary until GCC supports separate template
 // compilation.