1 /* $Header: /p/tcsh/cvsroot/tcsh/patchlevel.h,v 3.180 2012/02/13 16:33:50 christos Exp $ */ 2 /* 3 * patchlevel.h: Our life story. 4 */ 5 #ifndef _h_patchlevel 6 #define _h_patchlevel 7 8 #define ORIGIN "Astron" 9 #define REV 6 10 #define VERS 18 11 #define PATCHLEVEL 1 12 #define DATE "2012-02-14" 13 14 #endif /* _h_patchlevel */ 15