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

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 adf6c6741128d2655afb29976ebef5ee7882612d..326490611326d6052a9834ec04e3807a5222eb6c 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020914 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020915 (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 f43a69a7a7ec2949e83811bb0c2e25f566532360..db0f9e301ccbfa53939026e5dfe1a2531b0bdf5e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020914 (experimental)";
+const char *const ffe_version_string = "3.3 20020915 (experimental)";
index 8729e975d92354cf3731710b2d1e6d4f90e20f8c..e6f0975d2cb38c05b254260b2e0c09c178fbb0b8 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020914 (experimental)";
+const char *const version_string = "3.3 20020915 (experimental)";
index 893bd7bb4febe69e301fa0cbcbb0926d95515a78..a45623466011152a2cc3cf2082c63ae22df3f96e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020914 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020915 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 18255ee193e98b813fb8364989f25ff7b86fc8b8..371b719f97c046451ccb78efe0777cc94f5b4005 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020914 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020915 (experimental)";
 
 /*
 2.01   $ format added
index 5a0a1c0aabf9d7ef7807bb3110733ba59b5bcc65..a688a745fe47e98a7e4f9fa463130c6baa926708 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020914 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020915 (experimental)";
 
 #include <stdio.h>
 
index 443550048abbcec6a68ad9fd983d0e64398085ce..c9d539bdf8e78433d1394236b0c4e1b873d695c0 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__ 20020914
+#define __GLIBCPP__ 20020915
 
 // This is necessary until GCC supports separate template
 // compilation.