Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 14 Mar 2002 08:18:32 +0000 (08:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 14 Mar 2002 08:18:32 +0000 (08:18 +0000)
From-SVN: r50761

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 c52a2a083f6e57b2820bfb9afcb87feaf5973b74..0f93da1896d8a4d598cb18e733f479142737f4f2 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020313 (experimental)";
+const char *const ffe_version_string = "3.2 20020314 (experimental)";
index 00130fdc2bd8909922ed04555b84ac4668911484..0435baf3c88cbcfcd5aa4f25ff1965f122e273f2 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020313 (experimental)";
+const char *const version_string = "3.2 20020314 (experimental)";
index 48e422c7eb85e2664616e01b60f376ec38afb6cb..7a9c2134229f6c6499ce4b82a4e38d2ed4887923 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020313 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020314 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 5513e6de31ddcebeb1e711f858a1443642a382cf..d2f6d70a251c404727d9943b849237cb559874d4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020313 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020314 (experimental)";
 
 /*
 2.01   $ format added
index 0729dc4fb1332b9605f39b3a6521171e17a87267..f9eb47a3dece6481c870ecb7754adbef0a2fdfac 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020313 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020314 (experimental)";
 
 #include <stdio.h>
 
index 8db961628402fd40f25fcfa921ddc72f6e241905..c193b4964800aa4d603b89fb398ac0ada5ea6aab 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__ 20020313
+#define __GLIBCPP__ 20020314
 
 // This is necessary until GCC supports separate template
 // compilation.