2001-09-05 17:49:32 +00:00
|
|
|
/* $Header: /src/pub/tcsh/patchlevel.h,v 3.129 2001/09/02 21:16:25 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
|
2001-09-05 17:49:32 +00:00
|
|
|
#define VERS 11
|
2000-11-30 21:05:33 +00:00
|
|
|
#define PATCHLEVEL 0
|
2001-09-05 17:49:32 +00:00
|
|
|
#define DATE "2001-09-02"
|
2000-04-15 04:41:27 +00:00
|
|
|
|
|
|
|
#endif /* _h_patchlevel */
|