head     1.2;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.2
date     92.09.04.11.30.10;  author peter;  state Exp;
branches ;
next     1.1;

1.1
date     92.09.04.10.45.35;  author peter;  state Exp;
branches ;
next     ;


desc
@Extracts the year from a SUBSYSTEM_rev.h file.
@


1.2
log
@Need to use an explicit execute.
@
text
@.key subsystem/a
.bra {
.ket }

; ExtractYear:  extracts the year from a _rev.h file

execute ExtractYearGrunt `search {subsystem}_rev.h search date nonum`

@


1.1
log
@Initial revision
@
text
@d7 1
a7 1
ExtractYearGrunt `search {subsystem}_rev.h search date nonum`
@
