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

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 ef3a0766f1d4122560a784e141d5e0a441c1f5ba..6b085ec0073d722cc675bf12e9720773b8c0400c 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.146 $
+--                            $Revision: 1.2.12.65.2.147 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20021216 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20021217 (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 978ebff9305c5cd878a9e035e952501695f49c46..993344b3cb510830959d0257ece0b70d34ba30b2 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20021216 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20021217 (prerelease)";
index cc5849249eea54e0c622f7a3e12b63ddd4e08da2..a8f4ce381c378eac9f50c7da9cb0dd20e30cce30 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20021216 (prerelease)";
+const char *const version_string = "3.2.2 20021217 (prerelease)";
index caa1f59d61708c7de0490eccfc5a9978b7be805c..b7b8539d044630499e60f0e1aa3676e2c74b794b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20021216 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20021217 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 32d9996d10c275b74660c4e9c3c1912497b7d180..cbd00d72dd05abacf0ebd9fb8efe0f1a29d54ea9 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20021216 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20021217 (prerelease)";
 
 /*
 2.01   $ format added
index f8ea23c0e2a3a2f625bc066f8d46bd4eb969bc16..b7a820ed92c90158f5ffba6f158996b828440e07 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20021216 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20021217 (prerelease)";
 
 #include <stdio.h>
 
index 94dcc7f21e87c2bef011da77c798a0e2f4ad4ad9..eca1dcb87bc455d01c650b084eaccf80a45d1a90 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__ 20021216
+#define __GLIBCPP__ 20021217
 
 // This is necessary until GCC supports separate template
 // compilation.