diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-10-04 01:39:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-10-04 01:39:22 +0000 |
commit | 0ed3640a4b2d88757a7e41af92b5217e613071f1 (patch) | |
tree | bd45cbb106322a112aa9c217b13c5a4474c1edc3 /sys/conf | |
parent | 647169fa6a77eec6d50eab570a3f1fd00598a709 (diff) |
3.2-current
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/newvers.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index f63ceca6417..013bd2db746 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.47 2002/10/01 13:54:20 deraadt Exp $ +# $OpenBSD: newvers.sh,v 1.48 2002/10/04 01:39:21 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,9 +72,9 @@ const char ostype[] = "${ost}"; const char osrelease[] = "${osr}"; const char osversion[] = "${id}#${v}"; const char sccs[] = - " @(#)${ost} ${osr} (${id}) #${v}: ${t}\n"; + " @(#)${ost} ${osr}-current (${id}) #${v}: ${t}\n"; const char version[] = - "${ost} ${osr} (${id}) #${v}: ${t}\n ${u}@${h}:${d}\n"; + "${ost} ${osr}-current (${id}) #${v}: ${t}\n ${u}@${h}:${d}\n"; eof expr ${v} + 1 > version |