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

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 64bcf0f45bbfa683fc821798f924055ef0f38930..c3e9cdb5aec8d6390939196d5dc899ab56a4fe92 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.136 $
+--                            $Revision: 1.2.12.65.2.137 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20021206 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20021207 (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 180ef7e8bd01b4c59f3be8491b59f50323998f96..181e1d9fcc44c6bff80407fcd8496d703becafe5 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20021206 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20021207 (prerelease)";
index e94ebd83146faaea7393f14cce168872d37b9a97..62a9ce2acc1ce543b76d3f02b154885e7e193bc7 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20021206 (prerelease)";
+const char *const version_string = "3.2.2 20021207 (prerelease)";
index 4d4bf4199e0ef2d899ceb9bf9b3fbdd805cfeb30..dbb7553c1f1f1589f030acb78b45b16eb48313f6 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20021206 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20021207 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index fe5633db9c9ddfd4b4e22f8f3a0a7071124024e3..7fb492302964d67cb904e0691aa8d112e9b197ad 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20021206 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20021207 (prerelease)";
 
 /*
 2.01   $ format added
index fb77cc7aa7b3c1116c06aca2e5c8dd896f79efac..8b9a8bf2710c56197a897734176f51916655796f 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20021206 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20021207 (prerelease)";
 
 #include <stdio.h>
 
index e3414da301d7ae9f4bd7c1d5b5336b4bfed79e22..be6f9e4eb6c16a1ba2b005449749ba5fb6cbe9ff 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__ 20021206
+#define __GLIBCPP__ 20021207
 
 // This is necessary until GCC supports separate template
 // compilation.