]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 15 Mar 2002 08:17:02 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 15 Mar 2002 08:17:02 +0000 (08:17 +0000)
From-SVN: r50801

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 0f93da1896d8a4d598cb18e733f479142737f4f2..ba1eee8a1a143f6f14dcd481ff12f9b6b464fe5c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020314 (experimental)";
+const char *const ffe_version_string = "3.2 20020315 (experimental)";
index 0435baf3c88cbcfcd5aa4f25ff1965f122e273f2..d0a769a59e4828ca70104ab2c390223e4ce9abda 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020314 (experimental)";
+const char *const version_string = "3.2 20020315 (experimental)";
index 7a9c2134229f6c6499ce4b82a4e38d2ed4887923..bb23989b199fb6f069b043570d711fd33f13da15 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020314 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020315 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index d2f6d70a251c404727d9943b849237cb559874d4..8f82db285aaa86d8820fe9e797700fae1f060663 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020314 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020315 (experimental)";
 
 /*
 2.01   $ format added
index f9eb47a3dece6481c870ecb7754adbef0a2fdfac..28f54aa105b2619d8d08bc3ba4d80bc1489c199c 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020314 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020315 (experimental)";
 
 #include <stdio.h>
 
index c193b4964800aa4d603b89fb398ac0ada5ea6aab..4a1816cd9760daf9a4e8a1de11d54bb5e287d9f6 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__ 20020314
+#define __GLIBCPP__ 20020315
 
 // This is necessary until GCC supports separate template
 // compilation.  
This page took 0.067221 seconds and 5 git commands to generate.