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

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