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

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 ccf98448719d3153b39ef6cd2175f03525438bb7..71a2825d9c92984fc9b59405eb0df0899b91ce15 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.243 $
+--                            $Revision: 1.2.12.65.2.244 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030322 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030323 (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 43ef943d1619d158cffc2ed621df0c79152c200c..612eaf4b1382022b0b3af82acb1471d344e76212 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030322 (prerelease)";
+const char *const ffe_version_string = "3.2.3 20030323 (prerelease)";
index b5a477d9a858983d56363509f75b1c5806868010..5512d81642086ae9f1f0e6f7fa5db19291cb0a80 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030322 (prerelease)";
+const char *const version_string = "3.2.3 20030323 (prerelease)";
index 5bda4ef5dd8f101d728f7e496f5d71f9031a3d7f..d0371d49d66d66131a4e6563d0e984343970672e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030322 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030323 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index dbb5f9ec9dc82911aa6cc5a3ee15c396eb9ecb6b..2be0e59f84240ff36317dc505c8ef820a39efbe3 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030322 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030323 (release)";
 
 /*
 2.01   $ format added
index 0f752227fd0f9a2fba3ad58a7f2345eb0d71708d..2db11c1c062ccac3cf1d071741bb9cf2dbb48018 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030322 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030323 (release)";
 
 #include <stdio.h>
 
index c4303128a765050ac2582e13298cfce3070eb372..aa0eeab89f51b327c3401baff4f61f0bc0839307 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__ 20030322
+#define __GLIBCPP__ 20030323
 
 // This is necessary until GCC supports separate template
 // compilation.