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

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 be13aba403aae6d2174003bf5753ad933c5e0ad6..7d692de23faf666c8c5ef01319cff82556fa2ae8 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020825 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020826 (experimental)";
    --  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 b8061a5d003fe7134cc9a160ab14d0ee6b3c7d9d..3ab2ff8e9fc234b88ccf390c1ef496b4dab469da 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020825 (experimental)";
+const char *const ffe_version_string = "3.3 20020826 (experimental)";
index caa6fdb9a7a47ae6170a4acc4e6bad9f8dfea1b0..be39d9475dd003b086cb24af354445fa20339d6e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020825 (experimental)";
+const char *const version_string = "3.3 20020826 (experimental)";
index 8313b84d065532c68ee20618a4022746d5accf20..d1d8bec0c94579c8b5d25404102b630059c527c7 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020825 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020826 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 5575620a7df75cbc626d93db393a9c64ffaf8708..15a67f308f15dbb7279669daa7f4382ed6fe2877 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020825 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020826 (experimental)";
 
 /*
 2.01   $ format added
index 144fa9d8116b58ad4a88c5c9b4fdf400a5f1516b..792496e8d06aab9084d3119fdc84d332f478db4a 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020825 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020826 (experimental)";
 
 #include <stdio.h>
 
index fcf4aec22d29adbbf3e1f6731f1fac501213a523..6bf5ecc0ff38b9aa5ddde9a193bdb09f2e631b48 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__ 20020825
+#define __GLIBCPP__ 20020826
 
 // This is necessary until GCC supports separate template
 // compilation.