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

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