Files
haiku-beta6/src/bin/bash/include/version.h
T
Axel Dörfler 17049c451a Moved bin/ directory out of apps/.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11909 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-19 00:09:19 +00:00

19 lines
606 B
C

/* 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 "2.05b"
/* The last built version of this shell. */
#define BUILDVERSION 1
/* The release status of this shell. */
#define RELSTATUS "release"
/* A version string for use by sccs and the what command. */
#define SCCSVERSION "@(#)Bash version 2.05b.0(1) release GNU"
/* Functions from version.c. */
extern char *shell_version_string __P((void));
extern void show_shell_version __P((int));