]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/tcsh/patchlevel.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / tcsh / patchlevel.h
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 */