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 "4.0"
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/* The default shell compatibility-level (the current version) */
14#define DEFAULT_COMPAT_LEVEL 40
15
16/* A version string for use by sccs and the what command. */
17#define SCCSVERSION "@(#)Bash version 4.0.0(1) release GNU"
18