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

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