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

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