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

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