diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-09-02 21:49:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-09-02 21:49:50 +0000 |
commit | 86aea4b71bc20b522c257b3adadd61defcde0f3a (patch) | |
tree | 792b4fda3f70722f9dc278ced7d5655aeeafb67a /sys/conf/newvers.sh | |
parent | 6be5b11f3ce2b427fe7b5e74382af9abe2c8ccf6 (diff) |
oops forgot other -beta
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 dcdf67abcfe..5132a273dba 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.55 2003/09/02 20:18:20 deraadt Exp $ +# $OpenBSD: newvers.sh,v 1.56 2003/09/02 21:49:49 deraadt Exp $ # $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 @@ -70,7 +70,7 @@ const char osversion[] = "${id}#${v}"; const char sccs[] = " @(#)${ost} ${osr} (${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 |