]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 24 Jan 2003 00:16:29 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 24 Jan 2003 00:16:29 +0000 (00:16 +0000)
From-SVN: r61684

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 258fcca78a502724b0e0cdc7d0be51e842ec5e66..860ccd2d3f63cc27254601358b66a5a855ca91d1 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.183 $
+--                            $Revision: 1.2.12.65.2.184 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20030123 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20030124 (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 25477985f94668e0ba2dcee4e3c6c01e1d6b1d59..a1213e6ec86ab94107a4b940110effef394ae662 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20030123 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20030124 (prerelease)";
index 0936462dda90119918323e0808a58a78a38517e3..063c11bbb543111d58f6d277608e12f99e1529cb 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20030123 (prerelease)";
+const char *const version_string = "3.2.2 20030124 (prerelease)";
index 8142e4927cafcbe7d22316bf2a869614d184637f..51693c5fba289972452db447346a470e821a1f9a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030123 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030124 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 2a23c9a40423c5db649d2601f717aa76fb7a41bf..ce0af8555cd92af30268fedacdb5916980d27f11 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030123 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030124 (prerelease)";
 
 /*
 2.01   $ format added
index 3d5013aa07b37ac3dca26c82c31110c507f5c6be..371b6af26a4beac0c241ffefae8f60656aa136ba 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030123 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030124 (prerelease)";
 
 #include <stdio.h>
 
index 64a14e6b9af90c2fd83afd034363d341e328a649..5b8611b49eeff1d9748524b269f0b2b93b237877 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__ 20030123
+#define __GLIBCPP__ 20030124
 
 // This is necessary until GCC supports separate template
 // compilation.