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

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