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

gcc/ada/gnatvsn.ads
gcc/f/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index 22f6d712b74487ccd20c8ac698ee3da84d520faa..1912677d6fdf6654a72f5bd4a471d79c849c7f14 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.284 $
+--                            $Revision: 1.2.12.65.2.285 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030501 (release)";
+   Gnat_Version_String : constant String := "3.2.3 20030502 (release)";
    --  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 a86c5ab6361c84fdbf3b61d4a521e6beb7e0446f..8a8abae85e306cdddcd483198cfcaaa21052f71f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030501 (release)";
+const char *const ffe_version_string = "3.2.3 20030502 (release)";
index 8b44d0db91296b825e25866ea003c59f9da249a0..857f868d06505e4e1ee451cc89e24494f3a251aa 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030501 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030502 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index b3af6e0d0ad4175e53e0b9db373838bdff55af20..e9f541db50555b71ae32c21da7d4a6616bef75da 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030501 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030502 (release)";
 
 /*
 2.01   $ format added
index c69881c5b0510e0343e8560a690d3c0bdeb1e897..21d4fb6eb45500e630d41a5320d1942416fce80c 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030501 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030502 (release)";
 
 #include <stdio.h>
 
index 63a72b911010ff13cbbcea3e796aefb6375e3ebc..0b664f65a13afffadeca3e491d7c4e11513ea98d 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__ 20030501
+#define __GLIBCPP__ 20030502
 
 // This is necessary until GCC supports separate template
 // compilation.