Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 7 Mar 2002 08:16:59 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 7 Mar 2002 08:16:59 +0000 (08:16 +0000)
From-SVN: r50398

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 f46b820119afac2ad6ad6809ab88ff7b83bf62f4..0cbe260ee07b1a672a2bb8c3d2a1b8055ad65fa8 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020306 (experimental)";
+const char *const ffe_version_string = "3.2 20020307 (experimental)";
index a39d3db428c0b20e676945394a5d6d7c986dad61..dd71356cab2cfd50dba0dff8a33d40a166f5b071 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020306 (experimental)";
+const char *const version_string = "3.2 20020307 (experimental)";
index f308e596a6dcc63ae0a21961e740fd4f85adf015..4af5552094340cbb0864429c02fae2e0a54d04cf 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020306 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020307 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 0d07746b20494d496c7e36c238927609d04115e0..cc5b82ce5f8ccdbbb069ebabd988e12244664319 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020306 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020307 (experimental)";
 
 /*
 2.01   $ format added
index 05585eb95cb0d3278cd86f16cab8fbd6ff9e5623..937a722ab600d9d52b4b2b44f24a1cff7dde8c46 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020306 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020307 (experimental)";
 
 #include <stdio.h>
 
index 15741ec79cbec134cb1a2b8f34dd2d59653a90ba..a8f406a254e769c6a33621bee1f74d17abb247c4 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__ 20020306
+#define __GLIBCPP__ 20020307
 
 // This is necessary until GCC supports separate template
 // compilation.