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

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