]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 4 Sep 2002 07:17:08 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 4 Sep 2002 07:17:08 +0000 (07:17 +0000)
From-SVN: r56788

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 9264120f05983fbf967b2ce6d7fe3eb38ac99eb0..572c126f5e2d05de0b677f3c8eacf8611b61b02e 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020903 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020904 (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 c7396a3634f12e9e8444053ee9dd5da1c08cf099..6810fa1cee0ed32255dec8fda34df2ea773df7c2 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020903 (experimental)";
+const char *const ffe_version_string = "3.3 20020904 (experimental)";
index 9374b52b6b9e93035532c24a2b2b0bc6ccdea241..08b76eb7f00d05e8086446265768bc76f4236b82 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020903 (experimental)";
+const char *const version_string = "3.3 20020904 (experimental)";
index b32a76518a8a3c375758e2f88ae8d4ef42dec584..ba299cd783085735d6d27df2dcd1a42168d0b28e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020903 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020904 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8476c334a51a90eb70c412359e064c0dd0249307..b6aef0977ff2a94d1f6d71bcf900898df3c4e360 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020903 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020904 (experimental)";
 
 /*
 2.01   $ format added
index c2e45f5b5062c461eec2da88f9378fa4f39f6664..71c6746804ac88953ebb56496c083d46a31f1007 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020903 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020904 (experimental)";
 
 #include <stdio.h>
 
index 0a843236d53fe3a83d3f880d1a0526b0a04f671f..17b0a8635ce291dcfaea14fd81d1a242af2a8ed1 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__ 20020903
+#define __GLIBCPP__ 20020904
 
 // This is necessary until GCC supports separate template
 // compilation.