]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update version strings
authorMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 26 Jul 2002 22:20:04 +0000 (22:20 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 26 Jul 2002 22:20:04 +0000 (22:20 +0000)
From-SVN: r55783

gcc/ada/gnatvsn.ads
gcc/f/version.c
gcc/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c

index 98bb31c9f46e052cc5bda269384fec2459bd68d5..99a9100bc844957b8582befb3865d72aedc872e0 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.63 $
+--                            $Revision: 1.2.12.64 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020726 (release)";
+   Gnat_Version_String : constant String := "3.2 20020726 (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 6fc1d169c408e23f856f1d7caafbab74794367f6..64d47b76bc456cd23aba64b24fee78f35325b4ed 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020726 (release)";
+const char *const ffe_version_string = "3.2 (prerelease) 2002-07-26";
index 3353711460fc90a13a280c2424de46cc4fb06126..266b35c4f1a38cb6cc969c97850a317ed8e297ad 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1";
+const char *const version_string = "3.2 2002-07-26 (prerelease)";
index 7aff3b5bb3e01194297502109d49ef6ebbd62a76..f6d511279623b0a5c7456c0f4825c5f37156fc42 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020726 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2 2002-07-26 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8c8d0ec0f54dc709977eeb4a02d6a5bb22e265bc..1cf8a4cf22f21ba2201191975d60966805b42858 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020726 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2 2002-07-26 (prerelease)";
 
 /*
 2.01   $ format added
index fbdf294b03b9d0330538ad45c74eccf2810770e8..5a7fec367209358e405d386db32ce7d621550e5a 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020726 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2 2002-07-26 (prerelease)";
 
 #include <stdio.h>