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

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 bb58cd2ec6176de0e2ef4b4787e30256c7e26eaf..67a149b66a4ebda08cb4f541504d08ec9e3a201e 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020810 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020811 (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 50a61739989c7ac9ba75ef913114af358513e295..1b37c8b037ac53aaa452a7606a3b0a964d7ff942 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020810 (experimental)";
+const char *const ffe_version_string = "3.3 20020811 (experimental)";
index fe56344f246deccffb86531a2e382a896df491b0..7addf2164e7163503a4697a738981adad55eedef 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020810 (experimental)";
+const char *const version_string = "3.3 20020811 (experimental)";
index 686e7b3887fc2e39c18eeefa70a60e8cf764a6e0..d8839124bd69ff86b489d5b650da49af78f4649b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020810 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020811 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index e2f4fb22503e055eb76b3e1bbdd18861c2a9330d..1c44458e001b616a539e1bb661950f4551ca532e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020810 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020811 (experimental)";
 
 /*
 2.01   $ format added
index 79f9d87da3d1226ba178faa85a7a1a32371868a0..874e9c3ca0b6281ddd85469aa659176a9fc44a7b 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020810 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020811 (experimental)";
 
 #include <stdio.h>
 
index af640b5da67cd88845ef123b929029796939fdc3..c9d941da38b6b0c6bfb1f6c42f34fbb6ebae1945 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__ 20020810
+#define __GLIBCPP__ 20020811
 
 // This is necessary until GCC supports separate template
 // compilation.