diff options
Diffstat (limited to 'contrib/tcsh/Imakefile')
-rw-r--r-- | contrib/tcsh/Imakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tcsh/Imakefile b/contrib/tcsh/Imakefile index bb79bf5e8722c..0af87e91c9648 100644 --- a/contrib/tcsh/Imakefile +++ b/contrib/tcsh/Imakefile @@ -1,7 +1,7 @@ XCOMM -XCOMM $Id: Imakefile,v 1.76 1999/06/09 19:26:36 christos Exp $ +XCOMM $Id: Imakefile,v 1.77 2000/01/14 22:57:25 christos Exp $ XCOMM -XCOMM Imakefile for tcsh 6.08 +XCOMM Imakefile for tcsh 6.09 XCOMM Marc Horowitz, MIT SIPB XCOMM @@ -480,7 +480,7 @@ LDLIBS = MyLibs #endif SUF = o -VERSION = 6.08 +VERSION = 6.09 SHSRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \ sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \ |