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

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