]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 3 Jan 2003 08:18:46 +0000 (08:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 3 Jan 2003 08:18:46 +0000 (08:18 +0000)
From-SVN: r60821

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 678db73d489b22411e08ce6a8bf8fbf42957ea88..9fb512ac44286d65e9535a145d8711ebda688e7a 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.163 $
+--                            $Revision: 1.2.12.65.2.164 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20030102 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20030103 (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 da3177db8ff003fd7132e15695a1e71b53b178b7..c3c4b04554f595d0842dd488b8e859610571fdc6 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20030102 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20030103 (prerelease)";
index d11f62945a42647cc2fd122a0ff46bd8ea0cf91b..61f2827b0652799a83decc86851f8883d0ac6fd2 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20030102 (prerelease)";
+const char *const version_string = "3.2.2 20030103 (prerelease)";
index e93b8098d4f86b4a6c4a19746935c8dcb2e84dc4..d4f19db7531b930e2134810f23a6e846a50d5b84 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030102 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030103 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index b81af7fe06636643ceac1a137208c5ba044f1363..100c70b869d0446614484b237541e84fc1645d09 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030102 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030103 (prerelease)";
 
 /*
 2.01   $ format added
index 6d13ce9733d1b2eec768b32665a9b29badf1b81d..bdef426bfc1aeef25a1affd1f5c9ba3089393531 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030102 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030103 (prerelease)";
 
 #include <stdio.h>
 
index a749251bde9c223f5789229ca0cad9679345d934..8e2668fc638f32264a1fb84985100cc03fe74044 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__ 20030102
+#define __GLIBCPP__ 20030103
 
 // This is necessary until GCC supports separate template
 // compilation.