]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 16 Dec 2002 08:16:38 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 16 Dec 2002 08:16:38 +0000 (08:16 +0000)
From-SVN: r60168

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 fa25d61d2664ede458b778196b461aec62be4c83..ef3a0766f1d4122560a784e141d5e0a441c1f5ba 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.145 $
+--                            $Revision: 1.2.12.65.2.146 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20021215 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20021216 (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 7c8e514b54e7a422b6e0d675252f9a9d1f0b7f2d..978ebff9305c5cd878a9e035e952501695f49c46 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20021215 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20021216 (prerelease)";
index b28a83278f5ddeb5b2b6f4484b4561abca8cedbe..cc5849249eea54e0c622f7a3e12b63ddd4e08da2 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20021215 (prerelease)";
+const char *const version_string = "3.2.2 20021216 (prerelease)";
index 087b981677cd64ffd105389c45e0d8c2faa116b8..caa1f59d61708c7de0490eccfc5a9978b7be805c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20021215 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20021216 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8862ff1c938c344b0ea6ae325fcb7b800675bf71..32d9996d10c275b74660c4e9c3c1912497b7d180 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20021215 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20021216 (prerelease)";
 
 /*
 2.01   $ format added
index 2850f1a4b3951c353c047a7bb548d096b1ac9044..f8ea23c0e2a3a2f625bc066f8d46bd4eb969bc16 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20021215 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20021216 (prerelease)";
 
 #include <stdio.h>
 
index 111801d9bee9d077ca093ae9378758adf6a8ee06..94dcc7f21e87c2bef011da77c798a0e2f4ad4ad9 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__ 20021215
+#define __GLIBCPP__ 20021216
 
 // This is necessary until GCC supports separate template
 // compilation.