]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update version
authorMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 23 Oct 2001 17:21:44 +0000 (17:21 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 23 Oct 2001 17:21:44 +0000 (17:21 +0000)
From-SVN: r46437

gcc/f/version.c
gcc/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c

index acedb8f9ac6bfdd4a7fe3089e6e14e01acb0a93c..6378275bbf80213c0727ca366d3cc83def56c011 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.26 20011023 (prerelease)";
+const char *ffe_version_string = "0.5.26 20011023 (release)";
index ae8fb585a09c3761bec548c7a0e272b763345d2e..e48f288ff3c7a7203c4a968d972c167702f809c9 100644 (file)
@@ -1,4 +1,4 @@
 #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.2 20011023 (prerelease)";
+const char *const version_string = "3.0.2";
index 0226c7f0725e9350690ef44f1a7be5c99df5463c..ad367f4d95db0c19123be1cdd54efab9a336fad7 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20011023 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20011023 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 134cbea649a63315081d8f16b3e094f65368ab7d..0ff447fecc8eec80cf7e0e45696f52aca476b88d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20011023 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20011023 (release)";
 
 /*
 2.01   $ format added
index d445c36855dacc2233664a2b6fee6623eee4b02d..a2ae11889d904e7abd178c7467412ff3ef740cbb 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20011023 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20011023 (release)";
 
 #include <stdio.h>