1/*$Header: /p/tcsh/cvsroot/tcsh/win32/version.h,v 1.24 2008/09/10 20:34:21 amold Exp $*/
2#ifndef VERSION_H
3#define VERSION_H
4
5/* remember to change both instance of the version -amol */
6
7#ifdef NTDBG
8#define LOCALSTR ",nt-rev-8.10-debug"
9#else
10#define LOCALSTR ",nt-rev-8.10"
11								//patches
12#endif NTDBG
13
14#endif VERSION_H
15