diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-03-22 03:43:37 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-03-22 03:43:37 -0700 |
commit | 2731cc566bbf5cd7a3ec87dab2816c72d6c58516 (patch) | |
tree | 0be9c66017b3b794623f60bffe69c9e5dc2e0bcf /libf2c/libU77 | |
parent | 44d2eabcec980711169175cb6bdf5f50a306d5e0 (diff) | |
download | gcc-2731cc566bbf5cd7a3ec87dab2816c72d6c58516.zip gcc-2731cc566bbf5cd7a3ec87dab2816c72d6c58516.tar.gz gcc-2731cc566bbf5cd7a3ec87dab2816c72d6c58516.tar.bz2 |
Merge in g77-0.5.22.
From-SVN: r18757
Diffstat (limited to 'libf2c/libU77')
-rw-r--r-- | libf2c/libU77/Version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 0a27838..99c58c9 100644 --- a/libf2c/libU77/Version.c +++ b/libf2c/libU77/Version.c @@ -1,6 +1,6 @@ static char junk[] = "\n@(#) LIBU77 VERSION 19970919\n"; -char __G77_LIBU77_VERSION__[] = "0.5.22-970919"; +char __G77_LIBU77_VERSION__[] = "0.5.22"; #include <stdio.h> |