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

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 4caed901b057aa0f709c1bb70e86b95fbd5708a4..d472907b301a50ec40a4711f3dde5506472e3d87 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.48 $
+--                            $Revision: 1.2.12.49 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020712 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020713 (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 9c796d2ef0481dd1bde69f2e87ac33b5a7e356b1..a9db04b02f91ba5384255e4654f42ec7b72081eb 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020712 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020713 (prerelease)";
index 50ed9f58f6c14e8c348b85fd8ba456fa460a7fa2..15617f836d0e46a68b0bda5d71de370600d54a9c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020712 (prerelease)";
+const char *const version_string = "3.1.1 20020713 (prerelease)";
index eb72a3617341d28e55d515c4dbaa3386dcf7e785..a16591cd1129d15f83aac374d73600f11473ef5f 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020712 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020713 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index f9cde27ebac6ca33a97ee96c668f9ecf5af7432e..ea5de0a901561e5826a1494f433dea33754ce3a9 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020712 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020713 (prerelease)";
 
 /*
 2.01   $ format added
index 9971999981b77e41abb78c50ea9351e1209dd1f3..76b88ff7a25948216518d4d41648029df36be000 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020712 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020713 (prerelease)";
 
 #include <stdio.h>
 
index e84d89175ccc8e4a2bd3d7b4dd91ef06de9d6767..04ece5852c6565e28f455992aacccd7417655c01 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__ 20020712
+#define __GLIBCPP__ 20020713
 
 // This is necessary until GCC supports separate template
 // compilation.