diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-10-01 10:49:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-10-01 10:49:41 +0000 |
commit | cb5035bcd63e4b51a87a734707c2712433783c04 (patch) | |
tree | af3ee6a6abe0c968cf25161032e933a664b9c48d /sys/conf/newvers.sh | |
parent | bbd405536591d97b1ca758141b4a0cad26c3e094 (diff) |
-beta can go away now
Diffstat (limited to 'sys/conf/newvers.sh')
-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 55124a1be7b..ff10814ee20 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.45 2002/09/16 08:10:41 deraadt Exp $ +# $OpenBSD: newvers.sh,v 1.46 2002/10/01 10:49:40 deraadt Exp $ # $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 @@ -74,7 +74,7 @@ const char osversion[] = "${id}#${v}"; const char sccs[] = " @(#)${ost} ${osr}-beta (${id}) #${v}: ${t}\n"; const char version[] = - "${ost} ${osr}-beta (${id}) #${v}: ${t}\n ${u}@${h}:${d}\n"; + "${ost} ${osr} (${id}) #${v}: ${t}\n ${u}@${h}:${d}\n"; eof expr ${v} + 1 > version |