]> gcc.gnu.org Git - gcc.git/commitdiff
Update version number
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 28 Jul 2002 16:45:44 +0000 (16:45 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 28 Jul 2002 16:45:44 +0000 (16:45 +0000)
From-SVN: r55818

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

index f679ef9a2cf430638d10198672ed10aef2659ac1..be89c0905abedbbac7daa522fa7c622e6e0345ad 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020728 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020728 (experimental)";
    --  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 a5c739cce240656b5e2198cd7ee9a5046d1b03b2..2645882b9582e0d7d7189cba00df0d2dbb78c1ee 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020728 (experimental)";
+const char *const ffe_version_string = "3.3 20020728 (experimental)";
index bac0ec7aa4c1d4e0fdd1feb4e813fe28c9be6cfb..656e2b4446fd0a170e2e998f01344a5e04544ee7 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020728 (experimental)";
+const char *const version_string = "3.3 20020728 (experimental)";
index ebe2499dcc364e4667564963c8c2142a50138314..1c3fa5101028eb5d292aae415f00cdf1f8cea8db 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020728 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020728 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index a0efcc28ab184e941a748c8591cfda97d15ab378..b20464c120814a43944e1456f07c7f716c74b59e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020728 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020728 (experimental)";
 
 /*
 2.01   $ format added
index 1c84e66fe53f8e8f84e71102f78e429892890ba4..1a840a114b2910cdb175046ede1e6cfa45b132e6 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020728 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020728 (experimental)";
 
 #include <stdio.h>
 
This page took 0.063981 seconds and 5 git commands to generate.