]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorgccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Dec 2001 08:16:52 +0000 (08:16 +0000)
committergccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Dec 2001 08:16:52 +0000 (08:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47966 138bc75d-0d04-0410-961f-82ee72b054a4

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 3e11d85cd835baa778e7068585f59001c2778fad..bf12bd39f1ed9fda87be79d9e7c462fce004a39d 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20011212 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011213 (experimental)";
index 5da077c79782132680f7494926be6c54b0602423..5f8aec04679ee6209269f944d6dd379c229f02e2 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011212 (experimental)";
+const char *const version_string = "3.1 20011213 (experimental)";
index 53cc9937998057ba550f1bcc3b8842fb1b974320..3a7798a9776a715b9d54ae11873eddb0a95e8d66 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011212 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011213 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index b9cdb1c54e41e807d6204bfb739419b7b47774cc..68756e480948e72a9135af0348e6c97cd02149c8 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011212 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011213 (experimental)";
 
 /*
 2.01   $ format added
index 4aa98dd502de035ca115f7f20c9ca8ccfe4ad803..5301297f0a9364efb005cba99e6be24dd43b3d46 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011212 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011213 (experimental)";
 
 #include <stdio.h>
 
index a80871023a2085296dd97c1cbef2ead3e360bdf9..eba5750c8542a28e96f17ffc27ff49852c7b63a4 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__ 20011212
+#define __GLIBCPP__ 20011213
 
 // This is necessary until GCC supports separate template
 // compilation.