2007-03-11 22:33:41 +00:00
|
|
|
/* $Header: /p/tcsh/cvsroot/tcsh/patchlevel.h,v 3.161 2007/03/03 20:01:26 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
|
2007-03-11 22:33:41 +00:00
|
|
|
#define VERS 15
|
2005-04-24 19:41:08 +00:00
|
|
|
#define PATCHLEVEL 0
|
2007-03-11 22:33:41 +00:00
|
|
|
#define DATE "2007-03-03"
|
2000-04-15 04:41:27 +00:00
|
|
|
|
|
|
|
#endif /* _h_patchlevel */
|