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

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 f2a8b6c9688e38721accc7469f57d9bb08ae1175..ccf98448719d3153b39ef6cd2175f03525438bb7 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.242 $
+--                            $Revision: 1.2.12.65.2.243 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030321 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030322 (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 b78a30daec8beb8596b8427e8bcfad4bf9dfd77e..43ef943d1619d158cffc2ed621df0c79152c200c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030321 (prerelease)";
+const char *const ffe_version_string = "3.2.3 20030322 (prerelease)";
index 57fba5f3121f7bd7d7c78e8205d0bec3df8f4072..b5a477d9a858983d56363509f75b1c5806868010 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030321 (prerelease)";
+const char *const version_string = "3.2.3 20030322 (prerelease)";
index ec01f97d1943c028e5f152960713860d08d342f3..5bda4ef5dd8f101d728f7e496f5d71f9031a3d7f 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030321 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030322 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 6eba7c478512b91b6655e8c9c5c8701c65016bd9..dbb5f9ec9dc82911aa6cc5a3ee15c396eb9ecb6b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030321 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030322 (release)";
 
 /*
 2.01   $ format added
index 6a0a27cef8625d40b987f4c8532a8d4c763d136a..0f752227fd0f9a2fba3ad58a7f2345eb0d71708d 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030321 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030322 (release)";
 
 #include <stdio.h>
 
index 43b609cce1ff22a6f24ac4297ba8c3d7c1fc620b..c4303128a765050ac2582e13298cfce3070eb372 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__ 20030321
+#define __GLIBCPP__ 20030322
 
 // This is necessary until GCC supports separate template
 // compilation.