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

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 6e606f25ca8565ca7b932809df17690f7b39d963..e81c7098c6b750aa9dbac8a366d1126af37a257a 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020814 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020815 (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 7ba8b4adeed297f2a319e63fb525f24a121d3598..e4e9bf3f8be8396180b762cdccd114e711832140 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020814 (experimental)";
+const char *const ffe_version_string = "3.3 20020815 (experimental)";
index 444989412f6db4ba456ac8d829c88027a36ab97b..162fd9cfa27cdb8e28338d62a5a4412a818ff1aa 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020814 (experimental)";
+const char *const version_string = "3.3 20020815 (experimental)";
index 13666f3a260fdf4a60bd2f452d304ed55918ccf7..ddc8b8865e2f420c16187a04eecea43268074ca7 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020814 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020815 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 59625e5d6ed4b1b897e66d1e5ce2f98771168d25..313d493bcb93e2467e7e9cc353d73fe79dbeda70 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020814 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020815 (experimental)";
 
 /*
 2.01   $ format added
index 1915c5da40f3088ac6ab9658c9cdd1c083b98cf0..6bfd4bccd949a48c9f990831e076668b2ff3e1a9 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020814 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020815 (experimental)";
 
 #include <stdio.h>
 
index a0b7abad840e0e12562e75c985d5f76fe6d3058e..5db9d23e4b9491d72704432e388de50b6f544056 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__ 20020814
+#define __GLIBCPP__ 20020815
 
 // This is necessary until GCC supports separate template
 // compilation.