]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 5 Feb 2003 00:16:27 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 5 Feb 2003 00:16:27 +0000 (00:16 +0000)
From-SVN: r62416

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 af1cb85054c18653fd964da5c1b6ce686a76e6c6..042baf8ea691ac9ac440d98bbabe81e2b48caf67 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.195 $
+--                            $Revision: 1.2.12.65.2.196 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20030204 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20030205 (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 01742ce6feefd08051986de887012ced83db482a..5f2bee57f3905b01285bf423c8e369c79d31e596 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20030204 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20030205 (prerelease)";
index 89e691eb196d4eb9d2df7c18f9f8e4f8da0c9813..348dd7f979c17ebb0519910840df65b46ba5505b 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20030204 (prerelease)";
+const char *const version_string = "3.2.2 20030205 (prerelease)";
index 2892e23caae4d7db0bb23840910e9d868a3e7356..2266b6efa845503bb8120c21e5bddcd79e0452e5 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030204 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030205 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 26abefb098c3a8efa47f531bcdbde2ed503e61dc..40f62b9330fb5b47126cf8ac617e7375fbdcfecc 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030204 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030205 (prerelease)";
 
 /*
 2.01   $ format added
index e7691ffe0354799b0942d64b1a0ec1bd288cc212..bef6e253c5d9d944a132e4653a6bf63ef83ec0ee 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030204 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030205 (prerelease)";
 
 #include <stdio.h>
 
index 69ce7c094570a14ac4cc04a0d3abb670fd4d4264..cda776c22dac2d37d8c6cb02bb17df3adbb4ff85 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__ 20030204
+#define __GLIBCPP__ 20030205
 
 // This is necessary until GCC supports separate template
 // compilation.