]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 3 May 2002 07:17:19 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 3 May 2002 07:17:19 +0000 (07:17 +0000)
From-SVN: r53081

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 f2b652625322edd17e7e6f4b8f86c9dfd3060c91..99c13b904b4da5cb310429659f174c5584a1d1e9 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020502 (experimental)";
+const char *const ffe_version_string = "3.2 20020503 (experimental)";
index 85224ca9fa509a6a27935b6f04e227bb9ab69daa..2a80c5aece0bbf7186194f9f6a20a0b2bdebf430 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020502 (experimental)";
+const char *const version_string = "3.2 20020503 (experimental)";
index c9ec73014ea2c45abd9221b29cbb6018fef05e88..1d117943e6798e9f900cd2da454a670bac62a4af 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020502 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020503 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 66496b75127f61230dae53f7de54d225e1fe4747..18677a492e5a7679e0c065f4dfc809aa3aab0f24 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020502 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020503 (experimental)";
 
 /*
 2.01   $ format added
index 0f4aa1c533a50fb6d895b7351c3c1b069b9b9938..44f1acde218c20584ff766b3e4c1c4919433877e 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020502 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020503 (experimental)";
 
 #include <stdio.h>
 
index 57a80928e007613ed41a106451ad65673d281ada..150474e35295d27bef9274f9c1c4cdb16ed0265b 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__ 20020502
+#define __GLIBCPP__ 20020503
 
 // This is necessary until GCC supports separate template
 // compilation.  
This page took 0.06975 seconds and 5 git commands to generate.