2012-02-20 00:53:59 +00:00
|
|
|
/* $Header: /p/tcsh/cvsroot/tcsh/patchlevel.h,v 3.180 2012/02/13 16:33:50 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
|
2012-02-20 00:53:59 +00:00
|
|
|
#define VERS 18
|
|
|
|
#define PATCHLEVEL 1
|
|
|
|
#define DATE "2012-02-14"
|
2000-04-15 04:41:27 +00:00
|
|
|
|
|
|
|
#endif /* _h_patchlevel */
|