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

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 6eb1a01f4992f3f46adc7533ec2064b031ae12ef..251a8871ab4d2cc29484cbf774f915fbd84d8069 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.266 $
+--                            $Revision: 1.2.12.65.2.267 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030414 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030415 (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 1973511a4a3b74907cc69fa2060b3a9d90df609e..1003b5cdf7331674dfaec26879dd1da352843f5f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030414 (prerelease)";
+const char *const ffe_version_string = "3.2.3 20030415 (prerelease)";
index b4eedcf7a94e6e5b6febee93ab2a3ca1ff0a0551..20e7d976a99b8e4f01fce62a42d62eb34dcea336 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030414 (prerelease)";
+const char *const version_string = "3.2.3 20030415 (prerelease)";
index b51398c4a7bbb87acc664c982e9706db61925880..6e8df9fec40ff1a190c82ec9ba6d4b872bde25a7 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030414 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030415 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 651d4633dd2676d1225bb6d0701fa3268678f3bf..71d709be4dd4303f4d615b1c9f5a5f307156da29 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030414 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030415 (release)";
 
 /*
 2.01   $ format added
index 9adada2d4eff0ccf833e0563f3a9b6bdb0de5bce..10972f38026610afcabf2381946a3e184d8ab8ff 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030414 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030415 (release)";
 
 #include <stdio.h>
 
index 056510c5fe0e1bd53855dcdfe4a902a03463f381..b4c9f5ede51ed7a8f9d6e0ab7487a93c050f68aa 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__ 20030414
+#define __GLIBCPP__ 20030415
 
 // This is necessary until GCC supports separate template
 // compilation.