]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 5 Jan 2003 08:16:33 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 5 Jan 2003 08:16:33 +0000 (08:16 +0000)
From-SVN: r60905

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 1c64864b3145e8aebfa719fc53dc02a7bb5b0cf3..4243b2f3ef155b19aea4cebd174ca02ea3628548 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.165 $
+--                            $Revision: 1.2.12.65.2.166 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20030104 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20030105 (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 411ee3ee28a34fc1364447d45dfa71e9f8d7e939..3a0b5d72946dcc0f26fac56eb3d37f7df99829f6 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20030104 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20030105 (prerelease)";
index f6a9ca5d1bfa66a3cd0dc9dffbc081aab08c1272..c02dffffa822466e11683d2c72374b257250d0de 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20030104 (prerelease)";
+const char *const version_string = "3.2.2 20030105 (prerelease)";
index 0fe33a189a70b2bb91c0fa38d0edb61a47d09969..5df918201ede2ecb055ed691380221918044b831 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030104 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030105 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 4881ac2d11542a0de717157241c311f3f0750ca0..cbdbccc59aad6a2d5e116a7246a4301ca792f5ab 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030104 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030105 (prerelease)";
 
 /*
 2.01   $ format added
index d6f749d8b8ed9b1e3ff6365f84e9adcfc13a49c8..2a00f42c87a3eeb648d60c1a15c3ff3ff37b6ca5 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030104 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030105 (prerelease)";
 
 #include <stdio.h>
 
index 443acf96fbe26da51fc6b20ec6588d62bafc616d..79901d56f09ab6b7241f537774ff4eeae99bb4e6 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__ 20030104
+#define __GLIBCPP__ 20030105
 
 // This is necessary until GCC supports separate template
 // compilation.