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

gcc/ada/gnatvsn.ads
gcc/f/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index 4028ae7b3c76d80d207b67e0303ee77d59838f04..adfedbc39f1ac2262e4f8dd7a7d24f4d07e1694a 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.281 $
+--                            $Revision: 1.2.12.65.2.282 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030428 (release)";
+   Gnat_Version_String : constant String := "3.2.3 20030429 (release)";
    --  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 ad817b187a4416c680f56de6ec9f1ebaae7531da..806f28182e1e17cb67ecc2544d9e62d2b41e56e5 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030428 (release)";
+const char *const ffe_version_string = "3.2.3 20030429 (release)";
index 92361b64b6d00ebf406c56d8cd422197700ab805..44342e839d9bd996fbb074e890e26871283de7c9 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030428 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030429 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index a3fc39290f56a34c707046d93289074f3e6c5526..58417d712788c4a0b38cfc49b86a4e7c34ecd728 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030428 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030429 (release)";
 
 /*
 2.01   $ format added
index 1d30d9365826c7fa64c7f306b3fa86123eff7442..f12beb7eb80d59692e962816682d9eb9945512cd 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030428 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030429 (release)";
 
 #include <stdio.h>
 
index 1bac776feb57444bcbe6f352f2453d0c86ebf834..dc9a610e13da6fbea701b48b647d556ad0e7c61f 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__ 20030428
+#define __GLIBCPP__ 20030429
 
 // This is necessary until GCC supports separate template
 // compilation.