Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 19 Sep 2002 07:17:12 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 19 Sep 2002 07:17:12 +0000 (07:17 +0000)
From-SVN: r57301

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 6736729c6fa5c2a78b8afd53aab803a3248ace24..7763bc6483e1c9d5b4c0795e602a019ca3731d48 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020918 (experimental)";
+const char *const ffe_version_string = "3.3 20020919 (experimental)";
index ab4490a415c2d2d470ad5bf4c7884334b90c3bc7..12361011edf5e41f194bc0c921e92a91d85a3aab 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020918 (experimental)";
+const char *const version_string = "3.3 20020919 (experimental)";
index 36ef88668d6241ec6774128de1ae569005c3b341..9877782abce550def3802568d5e96388d1dce89d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020918 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020919 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 4c1b89e2cea399b14c38200d2f4a27ceed7bb814..4f19944682fb8dd7cc3306860e6c28edc4b0f60d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020918 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020919 (experimental)";
 
 /*
 2.01   $ format added
index d418d3034cb7dcb0c79a465d2eb8e14e396cd1cc..19683b87887eb25f984b44baa291f0abcbba604a 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020918 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020919 (experimental)";
 
 #include <stdio.h>
 
index ec79975dc90d2aea54c51660a77aaf0475d44bba..270d8f3ec2be2bc6487d84b4244687a4879ce493 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__ 20020918
+#define __GLIBCPP__ 20020919
 
 // This is necessary until GCC supports separate template
 // compilation.