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

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