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

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 9fda8afd99fc5d72313c5a0a96e4e4fc3a858dd7..a6a209de0c4accab666bd2ee66d6de2c1ffb3aee 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.240 $
+--                            $Revision: 1.2.12.65.2.241 $
 --                                                                          --
 --          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.3 20030319 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.3 20030320 (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 7ae59eb1028c2458d1b517574088024dcc368521..d455973004a9b57e3881fba32b55713aed7376e8 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.3 20030319 (prerelease)";
+const char *const ffe_version_string = "3.2.3 20030320 (prerelease)";
index b3683c998f94452855e102e814cd5a49e4725c14..da69cf34acdce0925449ee363b3339629228bc26 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.3 20030319 (prerelease)";
+const char *const version_string = "3.2.3 20030320 (prerelease)";
index 7ac92d4cb67af2e0b18d76f37daccbb9fc58a5e7..ba5d29c4defc66b9c7c1abccaac96ef4ab8bc5c6 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030319 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030320 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index c7a72ae10888060af0b0ab24bfae6ef296c5bbee..5b6210a80381ab468ca87e9c53111c175e1f5a12 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030319 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030320 (release)";
 
 /*
 2.01   $ format added
index fcba9d2850736341428ce3fd19e702ac1302b1a0..f6a11316557cd9c18c749b3d29def79aba3ebabd 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030319 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030320 (release)";
 
 #include <stdio.h>
 
index 2a94b5012794c2302356c0a60dcaa16f226f6bab..96721f8bb48f63369594371ff28301c14f798b13 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__ 20030319
+#define __GLIBCPP__ 20030320
 
 // This is necessary until GCC supports separate template
 // compilation.