Skip to content

Commit

Permalink
Daily bump.
Browse files Browse the repository at this point in the history
From-SVN: r35187
  • Loading branch information
Jeff Law committed Jul 22, 2000
1 parent f4530f4 commit 6beb191
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gcc/f/version.c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const char *ffe_version_string = "0.5.26 20000721 (experimental)";
const char *ffe_version_string = "0.5.26 20000722 (experimental)";
2 changes: 1 addition & 1 deletion gcc/version.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "gansidecl.h"
#include "version.h"

const char *const version_string = "2.96 20000721 (experimental)";
const char *const version_string = "2.96 20000722 (experimental)";
2 changes: 1 addition & 1 deletion libf2c/libF77/Version.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19991115\n";
/*
*/

char __G77_LIBF77_VERSION__[] = "0.5.26 20000721 (prerelease)";
char __G77_LIBF77_VERSION__[] = "0.5.26 20000722 (prerelease)";

/*
2.00 11 June 1980. File version.c added to library.
Expand Down
2 changes: 1 addition & 1 deletion libf2c/libI77/Version.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19991115\n";
/*
*/

char __G77_LIBI77_VERSION__[] = "0.5.26 20000721 (prerelease)";
char __G77_LIBI77_VERSION__[] = "0.5.26 20000722 (prerelease)";

/*
2.01 $ format added
Expand Down
2 changes: 1 addition & 1 deletion libf2c/libU77/Version.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";

char __G77_LIBU77_VERSION__[] = "0.5.26 20000721 (prerelease)";
char __G77_LIBU77_VERSION__[] = "0.5.26 20000722 (prerelease)";

#include <stdio.h>

Expand Down

0 comments on commit 6beb191

Please sign in to comment.