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

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 26e2a5aa28fdaff79532067b1f63818656d7a7b9..83182f0782221b8a67e605d9d399ef924b5d6587 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020901 (experimental)";
+const char *const ffe_version_string = "3.3 20020902 (experimental)";
index 074039f36dd645e6cf4e741979d7679aa5f8e782..9658f766197a2d63e5ee0a3050d803c6cf8665b0 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020901 (experimental)";
+const char *const version_string = "3.3 20020902 (experimental)";
index 6f5c9b245c04845e2cb82f4321525636eb11251c..59dc0c42ed364de95285846545ef0b9578500668 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020901 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020902 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8908441b96268c15d5bce96b7f5cf250fbdb6b98..819eeca0fad5916bdd8844b4dace0c88ba302eb2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020901 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020902 (experimental)";
 
 /*
 2.01   $ format added
index ed3ee01c39aeeaefca808cf22ea260ae2e12db38..5d8ec9a8da3cd16ced940d199424a04ee382339e 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020901 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020902 (experimental)";
 
 #include <stdio.h>
 
index c1fc53195ada1cd7c4c9dd29bfbc6dbaf9f4c0ce..d9af4681be83039730b05cc6ef33a62655dcd261 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__ 20020901
+#define __GLIBCPP__ 20020902
 
 // This is necessary until GCC supports separate template
 // compilation.