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

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 503a94c35355360003f4dab68cb1cac701b1e518..71f215b906b3c0f9eccd35c610fc7ad82bfbc07b 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.134 $
+--                            $Revision: 1.2.12.65.2.135 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20021204 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20021205 (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 88dbdf635f3ec617c03f655d068d961082393491..8afa23deb7e43e9b36d861beb255c06de990b8bc 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20021204 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20021205 (prerelease)";
index 0b9f293bd31265b51a3c4dce8c1f68080cd994f3..7c89182baf61b657b79c7f51756fda8f9fb128b9 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20021204 (prerelease)";
+const char *const version_string = "3.2.2 20021205 (prerelease)";
index 9e4c5948ab1395130f7ce86030a23f49372c9038..f0e6af71f7060f341e7177f15ff6f6e469b2f2b5 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20021204 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20021205 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 7ae02ec170693ea90f5f18259686df401bca2242..a1181eed710c2c6ba9e289f0ffb7bce98bf9ae5d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20021204 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20021205 (prerelease)";
 
 /*
 2.01   $ format added
index 347736363c787629d76bc8ed6602fbce169fb656..fcd0c41d42885ff41a0a8601d991379d86d153c1 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20021204 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20021205 (prerelease)";
 
 #include <stdio.h>
 
index 62ec7639e98146ccb03a4fc491689757b934dfa3..61a49df308c613e17909d9eb391e0b7cd3e83d46 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__ 20021204
+#define __GLIBCPP__ 20021205
 
 // This is necessary until GCC supports separate template
 // compilation.