File: patchlevel.h

package info (click to toggle)
tcsh 6.17.02-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,368 kB
  • ctags: 4,851
  • sloc: ansic: 51,678; sh: 3,648; csh: 1,099; lisp: 669; makefile: 407; perl: 56; python: 21
file content (14 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $Header: /p/tcsh/cvsroot/tcsh/patchlevel.h,v 3.170 2010/05/12 15:39:48 christos Exp $ */
/*
 * patchlevel.h: Our life story.
 */
#ifndef _h_patchlevel
#define _h_patchlevel

#define ORIGIN "Astron"
#define REV 6
#define VERS 17
#define PATCHLEVEL 2
#define DATE "2010-05-12"

#endif /* _h_patchlevel */