]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update version strings
authorMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 15 May 2002 19:18:45 +0000 (19:18 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 15 May 2002 19:18:45 +0000 (19:18 +0000)
From-SVN: r53492

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

index e3f7b95403aa3cc6193e175cab3913e59511b109..19e76f9ad6c00503638268e59cc5f26093c9d6d0 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1 20020515 (release)";
+const char *const ffe_version_string = "3.1.1 20020515 (prerelease)";
index 39b750ea57273102f2835f17756546f0d3d0f252..c22e532ea7b1d72ed76ca057adf5b7a8cdd8cc50 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1";
+const char *const version_string = "3.1.1 20020515 (prerelease)";
index 488b7deca8f326aa2a8ce31a68b09cb13dfe2605..4ce97afded2615024675b2b960b7edf629fb66f2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1 20020515 (release)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020515 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index f6c562939d6239cc174ed5eee88c784793fa4fdd..8e59ba7296537bb7f6ee6d862d44d5a00b2a14c3 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1 20020515 (release)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020515 (prerelease)";
 
 /*
 2.01   $ format added
index 266f6c7c24f7b6b8ef65607492769dad32ea05b5..a7a63ca91683cbc9d598387af3833eae9adabdc7 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1 20020515 (release)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020515 (prerelease)";
 
 #include <stdio.h>