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

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