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

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 de3cf3c3258ddeb111c16df840794387c6be8cc1..89dd80dd6c10f3dff20f6be68e6243525cb6f039 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.22 $
+--                            $Revision: 1.2.12.23 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020616 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020617 (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 fa5fa2c43de096855e10f7c73efe2eef0d2a4dda..1e592ad189ad6dcedfb7330c1f79ab4db5e6b74d 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020616 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020617 (prerelease)";
index b67fd0f49877336a2904984ead85816c1379c8a4..50007675518f1a7b17be8f4f853d3c72cf6d2f14 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020616 (prerelease)";
+const char *const version_string = "3.1.1 20020617 (prerelease)";
index 7ab7685fae567a2ae9d1dac5b09144bab2b24779..a9230e624df9023b861316d061cf265967cce4ab 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020616 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020617 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 18a120b81e13fa83a1a666821c7a53ccbd7ffb10..1369d3cfe8f0ff457d62f0640e5984f6cd4be5e2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020616 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020617 (prerelease)";
 
 /*
 2.01   $ format added
index 1dac2cd674081d79c252ecbcc775f3d4f478e18c..b1c8472b9b4c077ab7da77c0efd9ee3ba7439ec6 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020616 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020617 (prerelease)";
 
 #include <stdio.h>
 
index 39db0593f83346bd8b7ef0f950a1ff8a1e290e69..23eb0b2cc87ebb5a68be5ac09c2a5b144260472d 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__ 20020616
+#define __GLIBCPP__ 20020617
 
 // This is necessary until GCC supports separate template
 // compilation.