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

Revision 9006, 330 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9005, 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.1 1996-10-02 06:09:30 ghudson Exp $ */
2/*
3 * patchlevel.h: Our life story.
4 */
5#ifndef _h_patchlevel
6#define _h_patchlevel
7
8#define ORIGIN "Cornell"
9#define REV 6
10#define VERS 3
11#define PATCHLEVEL 0
12#define DATE "92/11/20"
13
14#endif /* _h_patchlevel */
Note: See TracBrowser for help on using the repository browser.