2004-07-11 02:17:56 +00:00
|
|
|
/* $Header: /src/pub/tcsh/patchlevel.h,v 3.139 2004/05/19 17:13:20 kim 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
|
2004-07-11 02:17:56 +00:00
|
|
|
#define VERS 13
|
2002-07-24 16:23:10 +00:00
|
|
|
#define PATCHLEVEL 00
|
2004-07-11 02:17:56 +00:00
|
|
|
#define DATE "2004-05-19"
|
2000-04-15 04:41:27 +00:00
|
|
|
|
|
|
|
#endif /* _h_patchlevel */
|