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

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 56dc51bbb491074f62b0a9128b301363ac36e837..9264120f05983fbf967b2ce6d7fe3eb38ac99eb0 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020902 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020903 (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 83182f0782221b8a67e605d9d399ef924b5d6587..c7396a3634f12e9e8444053ee9dd5da1c08cf099 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020902 (experimental)";
+const char *const ffe_version_string = "3.3 20020903 (experimental)";
index 9658f766197a2d63e5ee0a3050d803c6cf8665b0..9374b52b6b9e93035532c24a2b2b0bc6ccdea241 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020902 (experimental)";
+const char *const version_string = "3.3 20020903 (experimental)";
index 59dc0c42ed364de95285846545ef0b9578500668..b32a76518a8a3c375758e2f88ae8d4ef42dec584 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020902 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020903 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 819eeca0fad5916bdd8844b4dace0c88ba302eb2..8476c334a51a90eb70c412359e064c0dd0249307 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020902 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020903 (experimental)";
 
 /*
 2.01   $ format added
index 5d8ec9a8da3cd16ced940d199424a04ee382339e..c2e45f5b5062c461eec2da88f9378fa4f39f6664 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020902 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020903 (experimental)";
 
 #include <stdio.h>
 
index d9af4681be83039730b05cc6ef33a62655dcd261..0a843236d53fe3a83d3f880d1a0526b0a04f671f 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__ 20020902
+#define __GLIBCPP__ 20020903
 
 // This is necessary until GCC supports separate template
 // compilation.