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

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