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

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 f1b62c66a56ffb5ec26fde5cc1b4af48aa15644b..e6fd1ebfc0ebff3a7f80a8cc7aa23352f4bf744e 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.18 $
+--                            $Revision: 1.2.12.19 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020612 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020613 (prerelease)";
    --  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 336a653e76e619c9b2fc24d603e7eafd38080aa5..f03b2c54b8c79008c74f50492b6a08ba2e73084b 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020612 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020613 (prerelease)";
index a595ff83be78bcdf2241a76c9063db5574b28bcc..2c6d1468ecbac7c5c0c53bd09b880a6fa9a747ce 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020612 (prerelease)";
+const char *const version_string = "3.1.1 20020613 (prerelease)";
index a42d1379fa154fbdd3098729146729664b758ae4..aa83b7f47496a1e2269c6eba34936ca506e81dc4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020612 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020613 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 129e148d3def026f24a68fe6a51d8fff82e74a2b..281a91f0f295a621d4ef401d6e1d7e428a425761 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020612 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020613 (prerelease)";
 
 /*
 2.01   $ format added
index f9ebac8db9a6a4796f0c4379e1abf02c7da5832b..60a33269617795e40fd7337a274069345c241ace 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020612 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020613 (prerelease)";
 
 #include <stdio.h>
 
index 14ff9f37207759172ee2cfc5e5f8e88ab9de289e..7be356b835e1c4ba1fe48e68e8381b8a6c8b3ab6 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__ 20020612
+#define __GLIBCPP__ 20020613
 
 // This is necessary until GCC supports separate template
 // compilation.