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

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