9 lines
296 B
C
9 lines
296 B
C
/* Version control for the shell. This file gets changed when you say
|
|
`make newversion' to the Makefile. It is created by newversion.aux. */
|
|
|
|
/* The distribution version number of this shell. */
|
|
#define DISTVERSION "1.05"
|
|
|
|
/* The last built version of this shell. */
|
|
#define BUILDVERSION 14
|