Skip to content

Commit 3fdf822

Browse files
author
law
committed
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35187 138bc75d-0d04-0410-961f-82ee72b054a4
1 parent b1dd8e8 commit 3fdf822

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

gcc/f/version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const char *ffe_version_string = "0.5.26 20000721 (experimental)";
1+
const char *ffe_version_string = "0.5.26 20000722 (experimental)";

gcc/version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#include "gansidecl.h"
22
#include "version.h"
33

4-
const char *const version_string = "2.96 20000721 (experimental)";
4+
const char *const version_string = "2.96 20000722 (experimental)";

libf2c/libF77/Version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19991115\n";
33
/*
44
*/
55

6-
char __G77_LIBF77_VERSION__[] = "0.5.26 20000721 (prerelease)";
6+
char __G77_LIBF77_VERSION__[] = "0.5.26 20000722 (prerelease)";
77

88
/*
99
2.00 11 June 1980. File version.c added to library.

libf2c/libI77/Version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19991115\n";
33
/*
44
*/
55

6-
char __G77_LIBI77_VERSION__[] = "0.5.26 20000721 (prerelease)";
6+
char __G77_LIBI77_VERSION__[] = "0.5.26 20000722 (prerelease)";
77

88
/*
99
2.01 $ format added

libf2c/libU77/Version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
22

3-
char __G77_LIBU77_VERSION__[] = "0.5.26 20000721 (prerelease)";
3+
char __G77_LIBU77_VERSION__[] = "0.5.26 20000722 (prerelease)";
44

55
#include <stdio.h>
66

0 commit comments

Comments
 (0)