]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 9 Aug 2002 07:17:18 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 9 Aug 2002 07:17:18 +0000 (07:17 +0000)
From-SVN: r56161

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 bb92f091608a0418f5fe787333ae1095727c11c3..97f26baf636f65afe3d12b44b9b68def7f6a885a 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020808 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020809 (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).
    --  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 0c6067541691d4fda9860ed75a719a83eceed270..e8b298ef1588a8e1d2dc4fed16590004041e5c65 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020808 (experimental)";
+const char *const ffe_version_string = "3.3 20020809 (experimental)";
index a9fac8f8d66c76e62258488d2ee07e25d879b578..83d2abff8451c95b4d8d9adcf74d11e5e0a5490c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020808 (experimental)";
+const char *const version_string = "3.3 20020809 (experimental)";
index 8164ff6338214b157ed15fea2fa7538713d58a08..c21c42cc3d1a8a273582102694886b5a9b668f1f 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020808 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020809 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 1478ce7b2a59221f861ee6410faff6de2b5b9c9f..f9ccd2656ec78ede36a357039e6da8f56a7bdc66 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020808 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020809 (experimental)";
 
 /*
 2.01   $ format added
 
 /*
 2.01   $ format added
index 7d72409557296ea37185d42a063d9556b3ec2d63..b1e08c546aefb29030bdd9507f6e86df17158bc4 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020808 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020809 (experimental)";
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
index 1b261fa8a11e9507f1c8f9b426d74c61caa37a76..636262ac5d30f97a29905ad263a77fb4a69f39a1 100644 (file)
@@ -34,7 +34,7 @@
 #include <bits/os_defines.h>
 
 // The current version of the C++ library in compressed ISO date format.
 #include <bits/os_defines.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020808
+#define __GLIBCPP__ 20020809
 
 // This is necessary until GCC supports separate template
 // compilation.  
 
 // This is necessary until GCC supports separate template
 // compilation.  
This page took 0.069709 seconds and 5 git commands to generate.