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 "3.2"
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 3.2.53(1) release GNU"
15