15 lines
298 B
C
15 lines
298 B
C
/* $Header: /src/pub/tcsh/patchlevel.h,v 3.122 2000/01/14 22:57:26 christos Exp $ */
|
|
/*
|
|
* patchlevel.h: Our life story.
|
|
*/
|
|
#ifndef _h_patchlevel
|
|
#define _h_patchlevel
|
|
|
|
#define ORIGIN "Astron"
|
|
#define REV 6
|
|
#define VERS 9
|
|
#define PATCHLEVEL 1
|
|
#define DATE "2000-01-14"
|
|
|
|
#endif /* _h_patchlevel */
|