aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
blob: dc89af68f34645c2963b83c9e3fdc19f33f70efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Version control for the shell.  This file gets changed when you say
   `make version.h' to the Makefile.  It is created by mkversion. */

/* The distribution version number of this shell. */
#define DISTVERSION "4.1"

/* The last built version of this shell. */
#define BUILDVERSION 1

/* The release status of this shell. */
#define RELSTATUS "release"

/* The default shell compatibility-level (the current version) */
#define DEFAULT_COMPAT_LEVEL 41

/* A version string for use by sccs and the what command. */
#define SCCSVERSION "@(#)Bash version 4.1.7(1) release GNU"