]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 8 Feb 2003 00:16:25 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 8 Feb 2003 00:16:25 +0000 (00:16 +0000)
From-SVN: r62562

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 50bce65b150d023b2866bc43d69232aaf11b4a0b..4c82c5319960edd266caad4df2018924b2a1c562 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.200 $
+--                            $Revision: 1.2.12.65.2.201 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030207 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030208 (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 1014838ccf306d08908c7f42356a4e1e40c57185..5e681ca2eb1cddad59bcd1ee0e07350f1a0825da 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030207 (prerelease)";
+const char *const ffe_version_string = "3.2.3 20030208 (prerelease)";
index dbfb680b59d9d58d0c111007e66acceb73c60450..ae94c28a13bff92a8caf9e03b59e6d18c91a77fb 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030207 (prerelease)";
+const char *const version_string = "3.2.3 20030208 (prerelease)";
index aad9c32abdbf9ec12886ed6264b424b3c460915d..90298a56c0c51f77f830d1284531211a42453f6b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030207 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030208 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 3bee661c5fc5f91ae65e711d71b9c979e1809bbc..6027bfebea88293aa3023339f50b9207c4ea4ebf 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030207 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030208 (release)";
 
 /*
 2.01   $ format added
index 87593a55635ee9ae9040bfcd8dc3768065cffeba..4e24821263ecf768ad4d5ae9b5b7efdbd2be2966 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030207 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030208 (release)";
 
 #include <stdio.h>
 
index aa7309a0703e54d7aad14953c799ffd88bedef4f..959e9e0e7570b7dbb25be33663bc1b3e4b307c91 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__ 20030207
+#define __GLIBCPP__ 20030208
 
 // This is necessary until GCC supports separate template
 // compilation.