]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update version
authorMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 14 May 2002 21:42:35 +0000 (21:42 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 14 May 2002 21:42:35 +0000 (21:42 +0000)
From-SVN: r53467

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

index f497d278d1347a46567b8f7a2249a311afb568f7..8279d70b28215e73ecc18a7736af1156334caba4 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1 20020514 (prerelease)";
+const char *const ffe_version_string = "3.1 20020514 (release)";
index 931c684c02a87385943b62cb0ad7bd9548df2acc..39b750ea57273102f2835f17756546f0d3d0f252 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020514 (prerelease)";
+const char *const version_string = "3.1";
index d81135fa74704c5f96dd612361361c4b36ccc9e3..be942f2cfb02004ce31426034202f29083b9f5fd 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1 20020514 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1 20020514 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 5fe85b9bd7950fe19b36da82c78ec14092e8664e..1d22629f583ab68031e4b4191d9708d4df1d47e8 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1 20020514 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1 20020514 (release)";
 
 /*
 2.01   $ format added
index 92b6b1df556f522652e43c9f89e4d3c8d9d27da9..19c80ed243e99bb75a5576d36791e016aab9c738 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1 20020514 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1 20020514 (release)";
 
 #include <stdio.h>