diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-10-01 13:54:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-10-01 13:54:21 +0000 |
commit | d1dda19d05f5df72572d0e64e7c09239e94a8f2c (patch) | |
tree | 89b940634397328cc59dff7ad1f528958f966eab /sys/conf | |
parent | 21914a6a23deb4641d5d7ce42165224d72c80808 (diff) |
both of them; gwyllion@ace.ulyssis.org
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/newvers.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index ff10814ee20..f63ceca6417 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.46 2002/10/01 10:49:40 deraadt Exp $ +# $OpenBSD: newvers.sh,v 1.47 2002/10/01 13:54:20 deraadt Exp $ # $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 @@ -72,7 +72,7 @@ const char ostype[] = "${ost}"; const char osrelease[] = "${osr}"; const char osversion[] = "${id}#${v}"; const char sccs[] = - " @(#)${ost} ${osr}-beta (${id}) #${v}: ${t}\n"; + " @(#)${ost} ${osr} (${id}) #${v}: ${t}\n"; const char version[] = "${ost} ${osr} (${id}) #${v}: ${t}\n ${u}@${h}:${d}\n"; eof |