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

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