bash-5.1-alpha release

This commit is contained in:
Chet Ramey
2020-06-15 15:57:21 -04:00
parent 9e49d343e3
commit 712f80b0a4
806 changed files with 88194 additions and 53253 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
/* bashversion.c -- Display bash version information. */
/* Copyright (C) 2001 Free Software Foundation, Inc.
/* Copyright (C) 2001-2020 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
@@ -47,8 +47,8 @@ extern char *optarg;
extern char *dist_version;
extern int patch_level;
extern char *shell_version_string __P((void));
extern void show_shell_version __P((int));
extern char *shell_version_string PARAMS((void));
extern void show_shell_version PARAMS((int));
char *shell_name = "bash";
char *progname;