diff options
Diffstat (limited to 'usr.sbin/cron/cron.h')
| -rw-r--r-- | usr.sbin/cron/cron.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/cron/cron.h b/usr.sbin/cron/cron.h index 987b6c993a5..9ea292831a0 100644 --- a/usr.sbin/cron/cron.h +++ b/usr.sbin/cron/cron.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cron.h,v 1.7 2002/07/08 23:42:17 millert Exp $ */ +/* $OpenBSD: cron.h,v 1.8 2003/02/17 18:40:11 millert Exp $ */ /* Copyright 1988,1990,1993,1994 by Paul Vixie * All rights reserved @@ -28,6 +28,7 @@ * vix 30dec86 [written] */ +#define CRON_VERSION "V5.0" #include "config.h" #include "externs.h" #include "pathnames.h" |
