Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 14 Sep 2002 07:17:12 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 14 Sep 2002 07:17:12 +0000 (07:17 +0000)
From-SVN: r57133

gcc/ada/gnatvsn.ads
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 8ece1042f806c3070917eb5b966e83f8e3a44e97..adf6c6741128d2655afb29976ebef5ee7882612d 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020913 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020914 (experimental)";
    --  Version output when GNAT (compiler), or its related tools, including
    --  GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run
    --  (with appropriate verbose option switch set).
index 05e0b72c94e13b8c8cea87f1108604f5c00f49d8..f43a69a7a7ec2949e83811bb0c2e25f566532360 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020913 (experimental)";
+const char *const ffe_version_string = "3.3 20020914 (experimental)";
index 3447994539bdeed6aa6758db1d16976f52adabaa..8729e975d92354cf3731710b2d1e6d4f90e20f8c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020913 (experimental)";
+const char *const version_string = "3.3 20020914 (experimental)";
index e0102378df474268bd0b430b1dce748ea3966ee0..893bd7bb4febe69e301fa0cbcbb0926d95515a78 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020913 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020914 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 268ba6af2c12961f361851e8b4f9d7c9fa55fc52..18255ee193e98b813fb8364989f25ff7b86fc8b8 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020913 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020914 (experimental)";
 
 /*
 2.01   $ format added
index 29356ed4278d220f3ad88529c9d91d0e03d31f6f..5a0a1c0aabf9d7ef7807bb3110733ba59b5bcc65 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020913 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020914 (experimental)";
 
 #include <stdio.h>
 
index 61a29381f10995f8df8575e39be7c437dbb88f18..443550048abbcec6a68ad9fd983d0e64398085ce 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__ 20020913
+#define __GLIBCPP__ 20020914
 
 // This is necessary until GCC supports separate template
 // compilation.