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

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