Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 20 Sep 2002 07:17:13 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 20 Sep 2002 07:17:13 +0000 (07:17 +0000)
From-SVN: r57342

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 28197dff5ce396595bd78359043cf0a6d6b6e93b..6346276ddbdf130c95e195b38b3a317f238e452e 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020919 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020920 (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 7763bc6483e1c9d5b4c0795e602a019ca3731d48..db7454599ecaed5dcac9943e97aad93a7c932cf8 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020919 (experimental)";
+const char *const ffe_version_string = "3.3 20020920 (experimental)";
index 12361011edf5e41f194bc0c921e92a91d85a3aab..17c6fb0aaceed74c33374c342b18757b88000f23 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020919 (experimental)";
+const char *const version_string = "3.3 20020920 (experimental)";
index 9877782abce550def3802568d5e96388d1dce89d..3fa48d0edb4d7305c77e7ecb9f7d34d7d6452214 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020919 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020920 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 4f19944682fb8dd7cc3306860e6c28edc4b0f60d..c51b49bc77ce31c06f8ca4fa57cba1b09ca2b29a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020919 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020920 (experimental)";
 
 /*
 2.01   $ format added
index 19683b87887eb25f984b44baa291f0abcbba604a..9a9eafa619ded77c96855caff95c5f3008a619b6 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020919 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020920 (experimental)";
 
 #include <stdio.h>
 
index 270d8f3ec2be2bc6487d84b4244687a4879ce493..5078d2f274f25eb8911bc49a8994f902d7908c86 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__ 20020919
+#define __GLIBCPP__ 20020920
 
 // This is necessary until GCC supports separate template
 // compilation.