2005-04-24 19:41:08 +00:00
|
|
|
/* $Header: /src/pub/tcsh/patchlevel.h,v 3.151 2005/03/25 17:36:08 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
|
2005-04-24 19:41:08 +00:00
|
|
|
#define VERS 14
|
|
|
|
#define PATCHLEVEL 0
|
|
|
|
#define DATE "2005-03-25"
|
2000-04-15 04:41:27 +00:00
|
|
|
|
|
|
|
#endif /* _h_patchlevel */
|