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

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 651c2db082d710fd9129b69e013d2856f436e095..f9af4f3d1e66f6a8378878816273539b6071e31e 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.171 $
+--                            $Revision: 1.2.12.65.2.172 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20030110 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20030111 (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 6ca65a1b9176b42f99b6f01b5f7dad530cd7e3b5..619cb67a8a31281358f34d9be5886d476034eb37 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20030110 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20030111 (prerelease)";
index bbcaa7f62984142df4d1f22230f5a935dbd1b56f..7e2329bccaeb9a45de52c6fa13b1b3e1fc72ce2e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20030110 (prerelease)";
+const char *const version_string = "3.2.2 20030111 (prerelease)";
index fa008e2df2afc6bff77d87fa07962cb062f5c5be..9221f0109645ac0632d723447b9f2a0de6737a8e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030110 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030111 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 1b54bb1387db27affb2c10bb52f5f3f6046094bd..05bb3d12bf6fe341f52ef95eed9579d2c00dc45e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030110 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030111 (prerelease)";
 
 /*
 2.01   $ format added
index bb33a3c72caad725190db9b60be9e6cab0625dea..e0d8aa4b66ff0d975624f2701a7e1cbf1bab6248 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030110 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030111 (prerelease)";
 
 #include <stdio.h>
 
index c81be0e5de26a4f0b094b41b5d91b04539667e31..82d4b7a2c45663666deb8e47c801aca58c84e67d 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__ 20030110
+#define __GLIBCPP__ 20030111
 
 // This is necessary until GCC supports separate template
 // compilation.