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

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 5ac6092a74d3878d8b9d2b2a36eee099c000619d..a6dc414fd533acda0772747b9b4e309288db1170 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.160 $
+--                            $Revision: 1.2.12.65.2.161 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20021230 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20021231 (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 d3739923f6e63da12a002d8add3c18e3817b0d50..33ffcb0dc835e6a4f3d1e8ba80df62a15f61a3b2 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20021230 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20021231 (prerelease)";
index 40f981fcc541c5679614b36bd516082e6e4d3c7c..fe7df7d5abe3f92f7ab95b8afea89e1981826efb 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20021230 (prerelease)";
+const char *const version_string = "3.2.2 20021231 (prerelease)";
index a9b1d81701bf62a840f2c45d0c89215311847709..c6afe276eb9ea9991d7ecdf807de94b7eae4b1a7 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20021230 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20021231 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8c88ed3638c866543047ddc19c9b921ecacb7fb9..56f6bc92061c9fd2e7b3dc44092f981799cf0f79 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20021230 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20021231 (prerelease)";
 
 /*
 2.01   $ format added
index 59db916039ce6850d7c84ea181898485c0514818..dda8aa30700a2a34a7efc74d65bac265fa2398e3 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20021230 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20021231 (prerelease)";
 
 #include <stdio.h>
 
index 618ee0765e68f6572dfd3c3fec180e1dd94e240d..610ced909f42dce5895c46780cdbff7702c01fd3 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__ 20021230
+#define __GLIBCPP__ 20021231
 
 // This is necessary until GCC supports separate template
 // compilation.