]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 18 Dec 2002 08:16:53 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 18 Dec 2002 08:16:53 +0000 (08:16 +0000)
From-SVN: r60240

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 6b085ec0073d722cc675bf12e9720773b8c0400c..2b7c2416293792c7b92c953f0bd3088535aa765d 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.147 $
+--                            $Revision: 1.2.12.65.2.148 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20021217 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20021218 (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 993344b3cb510830959d0257ece0b70d34ba30b2..0c6d4ecb5433f4d51e9458a83fa2a7da48965a73 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20021217 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20021218 (prerelease)";
index a8f4ce381c378eac9f50c7da9cb0dd20e30cce30..aba66999d1b41ee1be918117036d3f219e6c9ff1 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20021217 (prerelease)";
+const char *const version_string = "3.2.2 20021218 (prerelease)";
index b7b8539d044630499e60f0e1aa3676e2c74b794b..3a1825f783c03a214dde098dde69fd64f78c001e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20021217 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20021218 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index cbd00d72dd05abacf0ebd9fb8efe0f1a29d54ea9..8f70c3be1a614869eaa6e31784ee5a5e93fed958 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20021217 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20021218 (prerelease)";
 
 /*
 2.01   $ format added
index b7a820ed92c90158f5ffba6f158996b828440e07..fd5cfe7b77745e4d2ae250fc4217b8e752aa9861 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20021217 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20021218 (prerelease)";
 
 #include <stdio.h>
 
index eca1dcb87bc455d01c650b084eaccf80a45d1a90..bc9a113596ea994ae2ec79c24265c47980ac4640 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__ 20021217
+#define __GLIBCPP__ 20021218
 
 // This is necessary until GCC supports separate template
 // compilation.