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

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 16a4a66b447081a1d9cbcf3ef55f57d94c198dce..22acdcace409950f1ac747fcc006c6ea18f15dbb 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.230 $
+--                            $Revision: 1.2.12.65.2.231 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030309 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030310 (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 6abf74adaf332cc9f23cd157fbedba8c81db150a..96999634f06b070d093f128069d1221344de81dd 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030309 (prerelease)";
+const char *const ffe_version_string = "3.2.3 20030310 (prerelease)";
index e811fe8cc9de85ba06f14fb1f26c06bc64cd32f4..0004aad24e49414be3f419a055af3faa3a8c787c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030309 (prerelease)";
+const char *const version_string = "3.2.3 20030310 (prerelease)";
index 47559d61cb698cf3b7431ce8658e73671fba42fd..33fa8d8bd02cb5f8868f455a38311f296c4095d2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030309 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030310 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 2b5c3cdae1e8031904132dd26df7f2ac539c861d..8da288f467fa0b60030a53121e31baf86d360c86 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030309 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030310 (release)";
 
 /*
 2.01   $ format added
index 6c8b2cf5ad1cafd66eedb2d1e52bcc253db20362..855499f0ee4cf25a40155dbf83e50e91ea7f8b0c 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030309 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030310 (release)";
 
 #include <stdio.h>
 
index f866d427821340a6ce1eaa3d69705252000bb961..5ddf17e971915474302b66cda2de15934b500775 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__ 20030309
+#define __GLIBCPP__ 20030310
 
 // This is necessary until GCC supports separate template
 // compilation.