]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 30 Apr 2003 00:16:26 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 30 Apr 2003 00:16:26 +0000 (00:16 +0000)
From-SVN: r66275

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