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

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 403ce890c477cd699b5f97bddfe7d4c4061c902c..6717a684ed3e242ef7390ebba63cce952a97983a 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.246 $
+--                            $Revision: 1.2.12.65.2.247 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030325 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030326 (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 8b25d932e6f4dea1d1757192e80651842c933983..a2c4d9f225b606c746f7c02171f83fc239a52dd5 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030325 (prerelease)";
+const char *const ffe_version_string = "3.2.3 20030326 (prerelease)";
index fd80030c78b885fece38243885b2a4ded4551f10..3079b45720f1a6e804cf79071dbd2b98c9784b5a 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030325 (prerelease)";
+const char *const version_string = "3.2.3 20030326 (prerelease)";
index b835ed969cf93879af444f544ac627b3abf2e30c..202843c2a1dbe248a8dcf7e038d6a90010b901f3 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030325 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030326 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 775f20ff6a8501f32e2c4a224a781832bfdee8f8..bebed6364e05704896d75edef127d15055bf5fc4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030325 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030326 (release)";
 
 /*
 2.01   $ format added
index 9fe684f4e4f63afe450574e8fc7ecdcebd8e778c..f8219f6b6069abc5cf9b70d1c2dee7a7758a61d6 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030325 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030326 (release)";
 
 #include <stdio.h>
 
index 7ca9499042feb5c2662a9f54fa0acbb1b1e2d1a6..a0e4a7d9c22e93bb05d9aa6d2ef5b47a8c3a90d3 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__ 20030325
+#define __GLIBCPP__ 20030326
 
 // This is necessary until GCC supports separate template
 // compilation.