source: trunk/third/tcsh/patchlevel.h @ 12039

Revision 12039, 328 bytes checked in by danw, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12038, which included commits to RCS files with non-trunk default branches.
Line 
1/* $Header: /afs/dev.mit.edu/source/repository/third/tcsh/patchlevel.h,v 1.1.1.2 1998-10-03 21:09:54 danw 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 8
11#define PATCHLEVEL 0
12#define DATE "1998-10-02"
13
14#endif /* _h_patchlevel */
Note: See TracBrowser for help on using the repository browser.