15 lines
295 B
C
15 lines
295 B
C
/* $Header: /src/pub/tcsh/patchlevel.h,v 3.139 2004/05/19 17:13:20 kim Exp $ */
|
|
/*
|
|
* patchlevel.h: Our life story.
|
|
*/
|
|
#ifndef _h_patchlevel
|
|
#define _h_patchlevel
|
|
|
|
#define ORIGIN "Astron"
|
|
#define REV 6
|
|
#define VERS 13
|
|
#define PATCHLEVEL 00
|
|
#define DATE "2004-05-19"
|
|
|
|
#endif /* _h_patchlevel */
|