]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 14 Jan 2003 08:16:40 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 14 Jan 2003 08:16:40 +0000 (08:16 +0000)
From-SVN: r61268

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 c809032e2970277ad6a25590a4d3d0d4ddd5cfc8..4a41434d16184dab702e8d4d2e08ad0daee87352 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.174 $
+--                            $Revision: 1.2.12.65.2.175 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20030113 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20030114 (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 99407287a612d076104e8afc48070a7861cb33ef..51f02eb88a90ecf64e209c5d63ec978be27af54b 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20030113 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20030114 (prerelease)";
index 3b5835f6a9a5d3861be92d1708c975c05a598001..2833916811e169ffe4ee1248de5820682fe313c6 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20030113 (prerelease)";
+const char *const version_string = "3.2.2 20030114 (prerelease)";
index 16a373bf724550fe207acd986195f0fe08dd7635..21e41e53120c65bc5be886f367100d9a045ff023 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030113 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030114 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 209a89a057937693bb0d8f75b793c65723600599..d458fee57cdf68f7c24447f94b08caa2fe782279 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030113 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030114 (prerelease)";
 
 /*
 2.01   $ format added
index 70d66cae1428268b8a32f2044604af4bcdeef6b9..b3fa40b72d84fa4203b4901a8b1f079b26034391 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030113 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030114 (prerelease)";
 
 #include <stdio.h>
 
index 5d2f507e19a7012955e35ab2f47971fbdd784bb9..8cc1e18d689f744b1bb5dad7dc11d4535d772d60 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__ 20030113
+#define __GLIBCPP__ 20030114
 
 // This is necessary until GCC supports separate template
 // compilation.