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

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