blob: 451e38244c7a14ab4595d35cbac3c1befaed4afb [file] [log] [blame]
Dan Pasanenc6e37862014-10-02 14:08:59 -05001/* 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.3"
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 43
15
16/* A version string for use by sccs and the what command. */
17#define SCCSVERSION "@(#)Bash version 4.3.28(1) release GNU"