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

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