improve of cmpl.
[bush.git] / build / version.h.in
blob17e108e37ba5aa5480eee6deab75f0b50a43b6e7
2 #ifndef __VERSION_H__
3 #define __VERSION_H__
6 /* The executable name of this shell. */
7 #define PROG_NAME "${SRCPKG_VNAME}"
9 /* The distribution version number of this shell. */
10 #define DISTVERSION "${VMAJOR}.${VMINOR}"
12 /* The last built version of this shell. */
13 #define BUILDVERSION $(cat ${OUTDIR}/ver.build)
15 /* The release status of this shell. */
16 #define RELSTATUS "${VRELEASE}"
18 /* The default shell compatibility-level (the current version) */
19 #define DEFAULT_COMPAT_LEVEL ${VMAJOR}${VMINOR}
21 /* A version string for use by sccs and the what command. */
22 #define SCCSVERSION "@(#)Bush version ${VMAJOR}.${VMINOR}.${VPATCH}($(cat ${OUTDIR}/ver.build)) release GNU"
25 #endif /* __VERSION_H__ */