]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 13 Apr 2002 07:16:56 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 13 Apr 2002 07:16:56 +0000 (07:16 +0000)
From-SVN: r52268

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 7a36c93d2d014447e753f09b7421369b672db825..6b9291e9787cf3f408382610e5c39a70b02fe228 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020412 (experimental)";
+const char *const ffe_version_string = "3.2 20020413 (experimental)";
index 534a0ddad1119906672c805bf12eed5dcbf0362d..42eef0ec6aaf8d2e48db86a92621fd28143ede56 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020412 (experimental)";
+const char *const version_string = "3.2 20020413 (experimental)";
index f85981269a54cb26a1ae74920389bdec9dc41ac6..aa4093aca75fe56147be0163f6f74728de19a3ed 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020412 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020413 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 3986ead1d66ab6f98aaafdb1053e15e9142afb34..769e1e882e1f0ef8b52eab8d6204a6f917a949b9 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020412 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020413 (experimental)";
 
 /*
 2.01   $ format added
index 8622585c37d279c6fe2d4bc992536a307ce68f9e..d32e4d7d4e8a80ef417cefa34d2ef7233dd31889 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020412 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020413 (experimental)";
 
 #include <stdio.h>
 
index 9b9ec26523a95adcc4995b4bd8fb1cfc924e61fe..8f9c4dada33089a79a7753e04d1ae0c89f243e4f 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__ 20020412
+#define __GLIBCPP__ 20020413
 
 // This is necessary until GCC supports separate template
 // compilation.  
This page took 0.077417 seconds and 5 git commands to generate.