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

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