]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 27 Jun 2002 07:17:30 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 27 Jun 2002 07:17:30 +0000 (07:17 +0000)
From-SVN: r55027

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 b3b644f048c21c7a030acb3ba296dea71fceb9ff..8c1bd1a7584a2e29c184def024614e15e7fef990 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020626 (experimental)";
+   Gnat_Version_String : constant String := "3.2 20020627 (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 bcfb43be429d5dfbb4dc9d7188ff4cf15cdc9fd5..42174ccd4bf2e02eaf2724734895d59c08ae51fd 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020626 (experimental)";
+const char *const ffe_version_string = "3.2 20020627 (experimental)";
index 725e3fae57c1c9a7a308171396e56f8318db1128..bee10a9989068756061e4a4760e86ba726374322 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020626 (experimental)";
+const char *const version_string = "3.2 20020627 (experimental)";
index 14eb40306515c3c011330c3c853e4e7c44d1c216..207825f469f78893b1923cdfc6c6903462f05478 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020626 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020627 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 3d2818af015334492ae9aa116c6db02000d1a560..459868ad867deed1d3bf5736600b43ab21e7a7b4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020626 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020627 (experimental)";
 
 /*
 2.01   $ format added
index 28a8bbd9051dd2625a9101f6d074a3ed1e0e94d8..011157ae85baf7eb370b336102a03d92b4cd8f66 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020626 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020627 (experimental)";
 
 #include <stdio.h>
 
index a05fa4bcc05719baace6f9e12ffbfe0cf5d97a00..8964a00fdb5d6ff3d23334a2def137e30e5423dc 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__ 20020626
+#define __GLIBCPP__ 20020627
 
 // This is necessary until GCC supports separate template
 // compilation.