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

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