Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 17 Sep 2002 07:17:45 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 17 Sep 2002 07:17:45 +0000 (07:17 +0000)
From-SVN: r57241

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 625336daa24d3fde9d7bb6f87bad723cbd47e7b6..b5dc31a21e2e4dce503def1c2f97598e34bc48bf 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020916 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020917 (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 2025622413a61f83e5907ca824db75f980dd5938..67fcabc0d62a9a75ff6a506a46c3fcf13c99dd82 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020916 (experimental)";
+const char *const ffe_version_string = "3.3 20020917 (experimental)";
index 970c5c48660011c47702cc68a107f903b06f0e01..e64dfd6584d6f5a696ec16755c75a73bbd812d16 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020916 (experimental)";
+const char *const version_string = "3.3 20020917 (experimental)";
index 4a8965714f10c8a33931201fbcff893d4f423a8d..c4a1218bf1a4eb4db3c7e50e18950a694a382cfd 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020916 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020917 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 42bd5d3faa366be329e482bd8eb02ec02cb8f261..8301e534bc9fca9a42b7eed1ea27bebc7adcf213 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020916 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020917 (experimental)";
 
 /*
 2.01   $ format added
index 1331ba4e07e1770b728cf603e67af6679a8b0286..b4b6535ae70ff2c8db07f7191fdc70c3108aec69 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020916 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020917 (experimental)";
 
 #include <stdio.h>
 
index b440c68c39ddfc4b049a8baad187387211571599..8ed3c7ed4e6776c9fb67d296108d54492ff4a2b4 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__ 20020916
+#define __GLIBCPP__ 20020917
 
 // This is necessary until GCC supports separate template
 // compilation.