]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 7 Jan 2003 08:16:40 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 7 Jan 2003 08:16:40 +0000 (08:16 +0000)
From-SVN: r60984

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 4aa934e810a478d9a870e603055c6ecb052d5ee0..84f5f27ed535e118843f36f9d7f2b250c7a5dec8 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.167 $
+--                            $Revision: 1.2.12.65.2.168 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20030106 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20030107 (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 480ea781808cd78b5fae1651cbb6866baa1031bb..83f3eec1e051fa0caf4dd6ac340d426deab63e99 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20030106 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20030107 (prerelease)";
index 78c5d8aa3467fdca892184863ea130e710d404c6..b7e19bfc9862caacd3be59e02b9ca35968883af8 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20030106 (prerelease)";
+const char *const version_string = "3.2.2 20030107 (prerelease)";
index 047d79658390f8499abeb1c11e4516310bc5a976..fe801131d92b8f9f57ed711aaa6b421b8e7e9db3 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030106 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030107 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index e8b2041b7f08f71be2d7d9c921bf95af14c21fda..802d90e3fca3e5301158a3bd215404d971de80cc 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030106 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030107 (prerelease)";
 
 /*
 2.01   $ format added
index 4f19675f1073c11b0c19e4b025fc998e2e838c4d..6b38dd953446ead04f8a1b5efe89dae734f66f82 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030106 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030107 (prerelease)";
 
 #include <stdio.h>
 
index 22c8f8b9409157560f70ea86ddd6959f1fb35075..6e2aacd1380caabc0af3273c839d2c0aba2fd044 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__ 20030106
+#define __GLIBCPP__ 20030107
 
 // This is necessary until GCC supports separate template
 // compilation.