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

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 4e036bed674b1656fe169a76757e6f53f4f9d116..f2cdf87b7d8b3f03b3504cd2073466d482859d4d 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.152 $
+--                            $Revision: 1.2.12.65.2.153 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20021222 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20021223 (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 b544f4247e18716677c78329bb009e0fb9e58b3a..720afa5db5192e3364910537f122572bc5e3c7ab 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20021222 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20021223 (prerelease)";
index e6037f8f9194e3804f9a90f2c186dbfccada200e..28d2684649db850a8223f4f51479213ea1047365 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20021222 (prerelease)";
+const char *const version_string = "3.2.2 20021223 (prerelease)";
index 9ffceb8d72e2cccf7a31cee2ee25a2fc44b1f537..df52b5ab5ddb979c5d7fe253f99b5c4f747abccc 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20021222 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20021223 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 59612098fd2305333fdf23c046042bc00c513d76..50592a4359b33f3a2cad5188ea6794854a3b6304 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20021222 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20021223 (prerelease)";
 
 /*
 2.01   $ format added
index 17a136ec5dea5a3bab2b408b9d6d04eed747a620..6a03f1dd5aa709ed0ac565a1c9e6e5a17e994efb 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20021222 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20021223 (prerelease)";
 
 #include <stdio.h>
 
index 587d13eb52ed8c85f8945713e05d7c5e6e28327d..a494b8ff13f6beae7671670261cec445aa473aa4 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__ 20021222
+#define __GLIBCPP__ 20021223
 
 // This is necessary until GCC supports separate template
 // compilation.