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

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 22acdcace409950f1ac747fcc006c6ea18f15dbb..84a1eeae8c4aeac78208a8ca862d079fc52f8463 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.231 $
+--                            $Revision: 1.2.12.65.2.232 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030310 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030311 (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 96999634f06b070d093f128069d1221344de81dd..d4d69115652849a9101915c783799b1e624e28aa 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030310 (prerelease)";
+const char *const ffe_version_string = "3.2.3 20030311 (prerelease)";
index 0004aad24e49414be3f419a055af3faa3a8c787c..0e72d3ecb407318bf72b933a134320975d1963c9 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030310 (prerelease)";
+const char *const version_string = "3.2.3 20030311 (prerelease)";
index 33fa8d8bd02cb5f8868f455a38311f296c4095d2..2b5cfb6d3f2d7bf165ad2b4b4335f783956523eb 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030310 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030311 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8da288f467fa0b60030a53121e31baf86d360c86..3d30a06e6c81dc83fdf86b2c89360df20ea2e6f5 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030310 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030311 (release)";
 
 /*
 2.01   $ format added
index 855499f0ee4cf25a40155dbf83e50e91ea7f8b0c..1ac8364ac47bfc15b735ca99792f4a35bb932c25 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030310 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030311 (release)";
 
 #include <stdio.h>
 
index 5ddf17e971915474302b66cda2de15934b500775..b18abf9726ebaa9872be25448a3672599a1f32f4 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__ 20030310
+#define __GLIBCPP__ 20030311
 
 // This is necessary until GCC supports separate template
 // compilation.