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

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 5a75c5433240a2b935d299568ee88ae53eee37a7..34c27e7715bb48cbd60a6fc5a3d9e0a1b6afe1ea 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.227 $
+--                            $Revision: 1.2.12.65.2.228 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030306 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030307 (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 0b651fcfc45ed7f60fff80ca9a21403fd1d41765..0e7f312c8d63c450a6a489f2bbb206034051f655 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030306 (prerelease)";
+const char *const ffe_version_string = "3.2.3 20030307 (prerelease)";
index e8488037fcd9006b2a394d58b0a2d6bd7de3adcb..febdce04fb88949bdff808f41a132d69af3a6649 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030306 (prerelease)";
+const char *const version_string = "3.2.3 20030307 (prerelease)";
index b7a129ad626a83059dc17ba4c5efd62330274889..376855cc11967a5db1856fb75a790b2601ebbd61 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030306 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030307 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 06bbe77995c16c5c5660f04158fd05c48303829d..ba70ed68dc05f32215e13acc7ba174cc0274012e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030306 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030307 (release)";
 
 /*
 2.01   $ format added
index 2cdc3d00a8fcabcbc017abccff66b4e23c24fa89..f307c0fbe0347287324d240bb0f033a483105234 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030306 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030307 (release)";
 
 #include <stdio.h>
 
index cb26391245c5ac0f7553e8067cc4bfab3f9050cc..8a52c766ac19ee79cdb4f1fee1b90eb5ce672271 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__ 20030306
+#define __GLIBCPP__ 20030307
 
 // This is necessary until GCC supports separate template
 // compilation.