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

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