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

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