diff options
Diffstat (limited to 'win32/version.h')
-rw-r--r-- | win32/version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/win32/version.h b/win32/version.h new file mode 100644 index 0000000000000..44d4257648770 --- /dev/null +++ b/win32/version.h @@ -0,0 +1,14 @@ +/*$Header: /p/tcsh/cvsroot/tcsh/win32/version.h,v 1.24 2008/09/10 20:34:21 amold Exp $*/ +#ifndef VERSION_H +#define VERSION_H + +/* remember to change both instance of the version -amol */ + +#ifdef NTDBG +#define LOCALSTR ",nt-rev-8.10-debug" +#else +#define LOCALSTR ",nt-rev-8.10" + //patches +#endif NTDBG + +#endif VERSION_H |