Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 30 Jul 2002 07:17:09 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 30 Jul 2002 07:17:09 +0000 (07:17 +0000)
From-SVN: r55870

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 8982681c2a3c0d0109a64508cde6a5b8caa0b394..711d3695bcdf2c4cd37a19ff947097a44c0af578 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020729 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020730 (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 5944d6527f39d6e09d88092fc3f2fb1d4b9aea91..2731c216daf7aae4e297f41979e9e7715bfe158b 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020729 (experimental)";
+const char *const ffe_version_string = "3.3 20020730 (experimental)";
index 57caf521ee926c24f21ed69da91e6d200e62f7d4..f20f76982a68b0119b4b3681d1e70f3e9039f402 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020729 (experimental)";
+const char *const version_string = "3.3 20020730 (experimental)";
index 171cf59ffd422aaa6656bd173e484d2308595c68..976595c1b17b12c93a362059bcde9b3d67c8d620 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020729 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020730 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 0ad010b35fab6325faf610f79707ffbf6f801763..fc21a11e37afc2a161324b4eb4cf8dfdaa57cf1a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020729 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020730 (experimental)";
 
 /*
 2.01   $ format added
index b76190adeab9271f7441085fa5dbf7dc2e7de212..cebdfb2f29bf9e87d3233f79d196a3a261a40254 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020729 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020730 (experimental)";
 
 #include <stdio.h>
 
index 00d9836f8cd826254625c37d525d6c9dcee3156c..09c7179b8a58373bfc276914b4ffb3bcd06e38c6 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__ 20020729
+#define __GLIBCPP__ 20020730
 
 // This is necessary until GCC supports separate template
 // compilation.