X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/6b838b24be835f4dfcc3bb57e63ad678c5569d5d..7c4625ef998807f077925afb853299edf2fd5202:/usr/src/usr.bin/ex/ex_cmds.c diff --git a/usr/src/usr.bin/ex/ex_cmds.c b/usr/src/usr.bin/ex/ex_cmds.c index 7e85951e1f..b959374a63 100644 --- a/usr/src/usr.bin/ex/ex_cmds.c +++ b/usr/src/usr.bin/ex/ex_cmds.c @@ -1,4 +1,5 @@ -/* Copyright (c) 1979 Regents of the University of California */ +/* Copyright (c) 1980 Regents of the University of California */ +static char *sccsid = "@(#)ex_cmds.c 4.2 %G%"; #include "ex.h" #include "ex_argv.h" #include "ex_temp.h" @@ -649,8 +650,7 @@ quit: /* version */ tail("version"); setNAEOL(); - /* should use SCCS subst here */ - printf("Version 3.4, June 24, 1980"); + printf("@(#) Version 3.4, %G%"+5); noonl(); continue;