]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 20 Apr 2002 07:17:04 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 20 Apr 2002 07:17:04 +0000 (07:17 +0000)
From-SVN: r52550

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 8654a9b944546c4663373aa9014dc86e09926ec5..aa10d450c40152c0d25807b7e0e4a9d0ae41b794 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020419 (experimental)";
+const char *const ffe_version_string = "3.2 20020420 (experimental)";
index 6ffc3fb887c6fde8daa3e8d151155bb729786362..2767bc610974d30947c7cc8b070199cdd65763bd 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020419 (experimental)";
+const char *const version_string = "3.2 20020420 (experimental)";
index 54a92f37671ec924012cbaa6715f3e975b4f1ef1..7954ea9b968dcac9dcacbfb4d5de7403915fdf5f 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020419 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020420 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 685bccdafadf2a1ddffd6d1e36973fb4fa1f92f5..d4b7f6627ae50c4df0a251b78f704ecb552a87b7 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020419 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020420 (experimental)";
 
 /*
 2.01   $ format added
index 5410a0621b53d35ec011db7f1cf28ff886fb01b1..7d923ab8656c4e62e2118e0be04f153b4516831c 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020419 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020420 (experimental)";
 
 #include <stdio.h>
 
index 98e5a0c6ac3dda1b4c9ea81d0957ed330a15eb62..545c66490bf693b88e60b2a3e6d18499c15f65ef 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__ 20020419
+#define __GLIBCPP__ 20020420
 
 // This is necessary until GCC supports separate template
 // compilation.  
This page took 0.096615 seconds and 5 git commands to generate.