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

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 9958e88b58953e7867937f92a410cc1fe2e1f545..e9242ad9cf5852c3dae882a9fa773834708cc3b7 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.238 $
+--                            $Revision: 1.2.12.65.2.239 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030317 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030318 (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 3f6aa5fb086b497836cba2ead4744a26f8253c8b..4834a269a96434cf096c450111f4f4f2552b9194 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030317 (prerelease)";
+const char *const ffe_version_string = "3.2.3 20030318 (prerelease)";
index 685b01200699390aa7691f78ac5d078c3ee4cf0b..9c7b4a3d4593db74c8acf082681d1aeac11b51ae 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030317 (prerelease)";
+const char *const version_string = "3.2.3 20030318 (prerelease)";
index 7554499cceda98247a1becbacc3bd19ed35e16c9..0cc8380ce9c2c3450f7e116cf05e24920102d71b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030317 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030318 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index a6e0abf6e62da358a243ec77ac6bff144f6c0a7a..e92d88c437dd355d2ec98213eb9ed6a10a09f7e6 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030317 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030318 (release)";
 
 /*
 2.01   $ format added
index e5c7b28c2fa7c1795ee41b5d78ebf1d87e9bee23..80f839f7e21bd68e4267ebe23b70e759d7e165ba 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030317 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030318 (release)";
 
 #include <stdio.h>
 
index d1e69952184927a004f81365d849bacad359411f..5a5c6fd5bdd85f8623dc11bcf3109a21d399d7b9 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__ 20030317
+#define __GLIBCPP__ 20030318
 
 // This is necessary until GCC supports separate template
 // compilation.