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

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 a6a209de0c4accab666bd2ee66d6de2c1ffb3aee..f2a8b6c9688e38721accc7469f57d9bb08ae1175 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.241 $
+--                            $Revision: 1.2.12.65.2.242 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030320 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030321 (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 d455973004a9b57e3881fba32b55713aed7376e8..b78a30daec8beb8596b8427e8bcfad4bf9dfd77e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030320 (prerelease)";
+const char *const ffe_version_string = "3.2.3 20030321 (prerelease)";
index da69cf34acdce0925449ee363b3339629228bc26..57fba5f3121f7bd7d7c78e8205d0bec3df8f4072 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030320 (prerelease)";
+const char *const version_string = "3.2.3 20030321 (prerelease)";
index ba5d29c4defc66b9c7c1abccaac96ef4ab8bc5c6..ec01f97d1943c028e5f152960713860d08d342f3 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030320 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030321 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 5b6210a80381ab468ca87e9c53111c175e1f5a12..6eba7c478512b91b6655e8c9c5c8701c65016bd9 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030320 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030321 (release)";
 
 /*
 2.01   $ format added
index f6a11316557cd9c18c749b3d29def79aba3ebabd..6a0a27cef8625d40b987f4c8532a8d4c763d136a 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030320 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030321 (release)";
 
 #include <stdio.h>
 
index 96721f8bb48f63369594371ff28301c14f798b13..43b609cce1ff22a6f24ac4297ba8c3d7c1fc620b 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__ 20030320
+#define __GLIBCPP__ 20030321
 
 // This is necessary until GCC supports separate template
 // compilation.