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

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 4faa5f615cf81a94420a9eb065822411cc82de77..74aca948529ac642052a80a75dc32a02d7303330 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.149 $
+--                            $Revision: 1.2.12.65.2.150 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20021219 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20021220 (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 81ebc729705212320c65eab874f165f02e43eb0d..db7acd168cff2fcf59364bb3ce53791cfafcd301 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20021219 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20021220 (prerelease)";
index 1d550f07ef970dba7ce38f52aa88328edf8d7f8d..7f600daaf06337e34f6d232e3d7f92495b016193 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20021219 (prerelease)";
+const char *const version_string = "3.2.2 20021220 (prerelease)";
index 7ae247325e4869a34041b4c46e80491f71d23802..a49a4ae20e80d302e2bfe3a4b2cc08d2513d7c54 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20021219 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20021220 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 3b5470e3f989596c8467e47c951b4f54650fe88d..a43bf760d7bc5eb8ca51c7d3fc9bb441a9e0198b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20021219 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20021220 (prerelease)";
 
 /*
 2.01   $ format added
index aed41a0c0f93c744d321b320dbb9215154e0860e..20865ab75d4b12e1cba5da11ee8527fdfbb9ff8c 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20021219 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20021220 (prerelease)";
 
 #include <stdio.h>
 
index b8101c0b20f7df422ad16708b8558b766bb5b480..bd71749e491d7150845d9de83df517c31dd6d7ce 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__ 20021219
+#define __GLIBCPP__ 20021220
 
 // This is necessary until GCC supports separate template
 // compilation.