]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 1 Jul 2002 07:17:09 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 1 Jul 2002 07:17:09 +0000 (07:17 +0000)
From-SVN: r55132

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 6b7821d8c3a2b05c03d80b1e91d6e4da88cc9159..f3fa4cc5bfbd83425d7acc0c985151dcb66ebc0c 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020630 (experimental)";
+   Gnat_Version_String : constant String := "3.2 20020701 (experimental)";
    --  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 8c2cb78daed903b74e1e7e1e56a14e0896a42774..c38a8f8b4dbb715335ae7f9c58330037cb8b89b3 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020630 (experimental)";
+const char *const ffe_version_string = "3.2 20020701 (experimental)";
index 20735421b2f28a3e39abbad056093143b0cea761..eef0ad31def19cee163dde39bc283d761c54cd7f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020630 (experimental)";
+const char *const version_string = "3.2 20020701 (experimental)";
index 2a283d79b78f04f760f03a62d3201bc39af458a5..609bd83239cc528074a41237796cbb44f96df051 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020630 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020701 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index dd5653879d4bdbc57749f88a849c064d01e2c2f2..6f1b55fb7ad8cc3564a378bbfd100b3e295663ee 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020630 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020701 (experimental)";
 
 /*
 2.01   $ format added
index 84a5d0f9123405621d7b936033b43c7f72ad7969..6a56aa040545e9b70b7ddb38fe735e5b6baf480d 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020630 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020701 (experimental)";
 
 #include <stdio.h>
 
index 3a3480b66e4bd2c1547b1bcffe2101ded7d30b42..27012afa8812752649253d7396c6d0036723d82d 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__ 20020630
+#define __GLIBCPP__ 20020701
 
 // This is necessary until GCC supports separate template
 // compilation.