summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-04 05:34:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-04 05:34:50 +0000
commitdcc2402628f49dfe08d36a013ffa8c1d56caa53a (patch)
treeb8e6f39ec3ae10d579061431420664aa0d0f9534 /sys/conf
parent2d588b210576cc866b11a55f6cb61583e8f7de22 (diff)
no more beta, well, mostly not
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/newvers.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 03605f736e7..5bc260ca489 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.23 2000/04/08 05:06:25 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.24 2000/05/04 05:34: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 @@ echo "char osversion[] = \"${id}#${v}\";" >> vers.c
echo "char sccs[8] = { ' ', ' ', ' ', ' ', '@', '(', '#', ')' };" >> vers.c
echo \
"char version[] = \
- \"${ost} ${osr}-beta (${id}) #${v}: ${t}\\n ${u}@${h}:${d}\\n\";" \
+ \"${ost} ${osr} (${id}) #${v}: ${t}\\n ${u}@${h}:${d}\\n\";" \
>> vers.c
echo `expr ${v} + 1` > version