]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update version
authorGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 5 Feb 2003 03:03:11 +0000 (03:03 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 5 Feb 2003 03:03:11 +0000 (03:03 +0000)
From-SVN: r62430

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

index 042baf8ea691ac9ac440d98bbabe81e2b48caf67..7a54dba267c2a45f9e8862ad16533045c2baeb47 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.196 $
+--                            $Revision: 1.2.12.65.2.197 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.2 20030205 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.2 20030205 (release)";
    --  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 5f2bee57f3905b01285bf423c8e369c79d31e596..16c33e7ad1da7d2937cc9d72298d56b4f008ffbb 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.2 20030205 (prerelease)";
+const char *const ffe_version_string = "3.2.2 20030205 (release)";
index 348dd7f979c17ebb0519910840df65b46ba5505b..a2d5c357f6e14adee79416836f726ad92ddbef17 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.2 20030205 (prerelease)";
+const char *const version_string = "3.2.2";
index 2266b6efa845503bb8120c21e5bddcd79e0452e5..a8c9e249c44e1afd62e74f9173c1b5a257bbd929 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.2 20030205 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.2 20030205 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 40f62b9330fb5b47126cf8ac617e7375fbdcfecc..06177cfb8a3b5969fef991c320a3b26f7403f79c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.2 20030205 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.2 20030205 (release)";
 
 /*
 2.01   $ format added
index bef6e253c5d9d944a132e4653a6bf63ef83ec0ee..94e80507683f82976c308a1840567c6178814011 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030205 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.2 20030205 (release)";
 
 #include <stdio.h>