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

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 aa6258e1af2eaf78f16319bfc75e53bee1cf9f4d..47d0a17f50a31ec712bf192003228ca7c7b830a8 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.143 $
+--                            $Revision: 1.2.12.65.2.144 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20021213 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20021214 (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 d81300e0aee373bc5277b76758efbee117ea32b6..d43865de9efc2cb2d7acf9ce657ba5850173c1b0 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20021213 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20021214 (prerelease)";
index 267d877567d2b81f43f9aee7cdf7357696befe54..e32d2cce623bb079839026335079d69d61f35922 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20021213 (prerelease)";
+const char *const version_string = "3.2.2 20021214 (prerelease)";
index 4cdb1524ba807b6bb054d03486fedad38a67ccc4..2356cca82a4ddfaaaedab3f324fba09389b8ec05 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20021213 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20021214 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 06468ee0c4898e440d5f3c81797d6adde3c8dd2e..c367ea14b39ce4a22f91382b07660a52cc68bfd0 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20021213 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20021214 (prerelease)";
 
 /*
 2.01   $ format added
index 3c59f706ed3d5f18559003e37c5e19680a0c88b6..2f74a34d4c76fe784645c5330789d47e7d9a1228 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20021213 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20021214 (prerelease)";
 
 #include <stdio.h>
 
index 8dbbd9fb8233c570587366e886b0913f6f4de7ae..12fe2a7f5561faa744c8990f3e9688e5213df263 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__ 20021213
+#define __GLIBCPP__ 20021214
 
 // This is necessary until GCC supports separate template
 // compilation.