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

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