diff options
Diffstat (limited to 'contrib/tcsh/patchlevel.h')
-rw-r--r-- | contrib/tcsh/patchlevel.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/tcsh/patchlevel.h b/contrib/tcsh/patchlevel.h new file mode 100644 index 000000000000..a9874bc515e9 --- /dev/null +++ b/contrib/tcsh/patchlevel.h @@ -0,0 +1,14 @@ +/* $Header: /src/pub/tcsh/patchlevel.h,v 3.121 1999/08/16 20:06:57 christos Exp $ */ +/* + * patchlevel.h: Our life story. + */ +#ifndef _h_patchlevel +#define _h_patchlevel + +#define ORIGIN "Astron" +#define REV 6 +#define VERS 9 +#define PATCHLEVEL 0 +#define DATE "1999-08-16" + +#endif /* _h_patchlevel */ |