Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 17 Aug 2002 07:17:10 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 17 Aug 2002 07:17:10 +0000 (07:17 +0000)
From-SVN: r56408

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 d04aac0888b5f879bec259b0e753e7f310aed67f..ec1243d607d2027b7c9a2d88fd7f99a6de12ab59 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020816 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020817 (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 252e7e8215448e5eb970bd506774e985739b6ca8..9040694e039c54d9f96a33b111fcc31872395864 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020816 (experimental)";
+const char *const ffe_version_string = "3.3 20020817 (experimental)";
index ec90da605df4f4465c280e4a451ff135c7f00057..90f6120735ee4ca0aa736317502cdec36d7f0e58 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020816 (experimental)";
+const char *const version_string = "3.3 20020817 (experimental)";
index 86c7b24c7cdc0d16d41d35e4b6025168b7f3b383..4d86d7e80e5f6ce9d3078255d8d3fd0033198a38 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020816 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020817 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index e3747ad81ac0c9ea8d4679b0ca782f82dfa0fbd1..5c71c8ce9bdf6e2a5580df24bdc0692b5e815318 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020816 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020817 (experimental)";
 
 /*
 2.01   $ format added
index 394d8323752113ca7253e87cc19c99b88c47c943..3dbb199ebea4c26a8803177f167f2b60c394ff07 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020816 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020817 (experimental)";
 
 #include <stdio.h>
 
index 5af74b631448cd538cc15a80cbc93b6d6d5146a5..6744f0243b0904b4d4c8fc2cd18df4a5dd627d48 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__ 20020816
+#define __GLIBCPP__ 20020817
 
 // This is necessary until GCC supports separate template
 // compilation.