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

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 a715e0fa6bf8edf1f544b987d4097a2b54070b8d..684c4d5b25414d472fe017386fac8dec52dd6aeb 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.268 $
+--                            $Revision: 1.2.12.65.2.269 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030416 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030417 (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 738e3befe029df19b72718cd957d03b41357f830..6766dcf3c12fde340f0413f77c133f5f883fdf6f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030416 (prerelease)";
+const char *const ffe_version_string = "3.2.3 20030417 (prerelease)";
index 6f8152e3b4a5845bb9cde3e1ed1e1bb511bf3c81..2ca25570011b8bfcdf79d809ff4018388a4db4fd 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030416 (prerelease)";
+const char *const version_string = "3.2.3 20030417 (prerelease)";
index becc40b477543add2a46371e102d6664c5616022..3c2262d7dc362994332760afaad2d12f4d635a3c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030416 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030417 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 7e1804ca3c564a87c3952bfa0cbebdc4b1cc1f4b..0ee26abdf8ec3d13c35f18333abb6638a3b919cb 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030416 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030417 (release)";
 
 /*
 2.01   $ format added
index f3a7697b0dd28665cff652eb0318b05dcd164be0..208bcd9a6b6734f75bb23efd2a7e3cde46f5f4f1 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030416 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030417 (release)";
 
 #include <stdio.h>
 
index 29bb00956259521dd55c6897bf030cc682a5581c..86e8bebdabe5910d0ec70842645024d2624b08dd 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__ 20030416
+#define __GLIBCPP__ 20030417
 
 // This is necessary until GCC supports separate template
 // compilation.