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

gcc/ada/gnatvsn.ads
gcc/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index b592e5dd54f95737bcaed137c3e750e82955bc24..e0023f3c31abc107b84d255f210aed3f4cc658a9 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.208 $
+--                            $Revision: 1.2.12.65.2.209 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030215 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030216 (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 77bcc8d10b7e610dd16f6c0b06f9a2b991c8c266..97f62a003d36ae7ddb17d9199d64425563207f5a 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030215 (prerelease)";
+const char *const version_string = "3.2.3 20030216 (prerelease)";
index 3ed29da95ed767ff087a6c355ef650fcd514cb2b..247a489281eacde894320853da786f8509a374d7 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030215 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030216 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 3e6f961e4501bebc1995f1d00e1109e1f7ad1177..383ee986dcb25e6141c9fd633877b84fc726b01a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030215 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030216 (release)";
 
 /*
 2.01   $ format added
index 02f9172e1118ec429d224e1b432a79605636edcf..3bee554f1096f485ad2ef82e4ca16d4cb94d96fb 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030215 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030216 (release)";
 
 #include <stdio.h>
 
index b03bf2924b1a4fd7ee0c13f140ae331ff1aa2e54..9cfbf0e8e211e4a99fd128d869f23bb40b65d11a 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__ 20030215
+#define __GLIBCPP__ 20030216
 
 // This is necessary until GCC supports separate template
 // compilation.