15 lines
299 B
C
15 lines
299 B
C
/* $Header: /src/pub/tcsh/patchlevel.h,v 3.129 2001/09/02 21:16:25 christos Exp $ */
|
|
/*
|
|
* patchlevel.h: Our life story.
|
|
*/
|
|
#ifndef _h_patchlevel
|
|
#define _h_patchlevel
|
|
|
|
#define ORIGIN "Astron"
|
|
#define REV 6
|
|
#define VERS 11
|
|
#define PATCHLEVEL 0
|
|
#define DATE "2001-09-02"
|
|
|
|
#endif /* _h_patchlevel */
|