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

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