2000-04-20 04:22:36 +00:00
|
|
|
/* $Header: /src/pub/tcsh/patchlevel.h,v 3.122 2000/01/14 22:57:26 christos Exp $ */
|
2000-04-15 04:41:27 +00:00
|
|
|
/*
|
|
|
|
* patchlevel.h: Our life story.
|
|
|
|
*/
|
|
|
|
#ifndef _h_patchlevel
|
|
|
|
#define _h_patchlevel
|
|
|
|
|
|
|
|
#define ORIGIN "Astron"
|
|
|
|
#define REV 6
|
|
|
|
#define VERS 9
|
2000-04-20 04:22:36 +00:00
|
|
|
#define PATCHLEVEL 1
|
|
|
|
#define DATE "2000-01-14"
|
2000-04-15 04:41:27 +00:00
|
|
|
|
|
|
|
#endif /* _h_patchlevel */
|