]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 23 Nov 2002 08:16:24 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 23 Nov 2002 08:16:24 +0000 (08:16 +0000)
From-SVN: r59404

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 4b66ca1652b3e33e011cafa39af64a6943eb4ea2..2cc43d7442b842195c22184216e28e0bd6744d14 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.122 $
+--                            $Revision: 1.2.12.65.2.123 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20021122 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20021123 (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 fbfc48a3aad4d89b88b2c41e33ba2eddae4c02c9..9d34b042cb6ffda1aa8b71e2935d0bf6418ee31d 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20021122 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20021123 (prerelease)";
index 08563f85cfd86763b86efca8e0df997870f753c7..dee210377410710961e1d8c5cc90649c8c79d47b 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20021122 (prerelease)";
+const char *const version_string = "3.2.2 20021123 (prerelease)";
index 347ac66561e54a596d9e1feddea3b6b55062a803..763d21ee3d4ac8ea401de15b9d24e2865b324452 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20021122 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20021123 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index b0e3e9db9fa66bc17205bd5332c186b0781bbc93..ccbdd22bb7cfd6cdaefb409065bdee5f20d59cd2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20021122 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20021123 (prerelease)";
 
 /*
 2.01   $ format added
index 6d66309c2b15f2df0866a8690c064bf50733972a..4d4dd2fa8eef1e7ba13faa9f31ba5b4e02f66ed4 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20021122 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20021123 (prerelease)";
 
 #include <stdio.h>
 
index 9785e24f65e12d504ae90e05adec54864d30c6fa..2b81aa1b27f279b78504ab0c119af73679f9f4a8 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__ 20021122
+#define __GLIBCPP__ 20021123
 
 // This is necessary until GCC supports separate template
 // compilation.