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

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 7581e1d4afe0a1606f920780c645212ed11c2721..41349e7cf98c8d08925894ef9b179ca4f78e4297 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.213 $
+--                            $Revision: 1.2.12.65.2.214 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030220 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030221 (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 c836322cddc4e00860c757680e362226d328b5e9..a4e3e6db74ad0c8983e6686365ad010d501ea8b8 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030220 (prerelease)";
+const char *const ffe_version_string = "3.2.3 20030221 (prerelease)";
index f6e57323512e27a83e8e827799a00a6d4befbe2e..d0c6ddab996c0f03c6cec569ea4aeb064e6dd92f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030220 (prerelease)";
+const char *const version_string = "3.2.3 20030221 (prerelease)";
index fb708b888c4aca788fa2537070e38a49fe8514c3..cc79b52c54acb6235595d2e20edc5808af168215 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030220 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030221 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index ff620aaaab1e9e93b0974ee4a49ab39b81a3cd17..c3f7b400f5373b11f098b3d07a13a4ff42e118a4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030220 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030221 (release)";
 
 /*
 2.01   $ format added
index b22dc937561729810512dab286409debe1ee9a48..5a62f2d30e0c1e30f96046bfaafb9cfb02f1ccea 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030220 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030221 (release)";
 
 #include <stdio.h>
 
index 9343898f823aadf7c984dcda253f577bf76f1400..73592e430e1d057079309afb3742018d9097442a 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__ 20030220
+#define __GLIBCPP__ 20030221
 
 // This is necessary until GCC supports separate template
 // compilation.