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

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