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

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