1/* Version control for the shell.  This file gets changed when you say
2   `make version.h' to the Makefile.  It is created by mkversion. */
3
4/* The distribution version number of this shell. */
5#define DISTVERSION "2.05b"
6
7/* The last built version of this shell. */
8#define BUILDVERSION 1
9
10/* The release status of this shell. */
11#define RELSTATUS "release"
12
13/* A version string for use by sccs and the what command. */
14#define SCCSVERSION "@(#)Bash version 2.05b.0(1) release GNU"
15
16/* Functions from version.c. */
17extern char *shell_version_string __P((void));
18extern void show_shell_version __P((int));
19