summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-03-30 22:12:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-03-30 22:12:45 +0000
commitc3ad276999faf9ebae8b6af39484072f4b6b8fe0 (patch)
tree883a39bf5354f510de3fea031a9a5afab3ad1a7a /sys/conf
parent930e2502ab8363d1b65fd76f03e6c454f02e19e0 (diff)
the real thing
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 fe56b374df1..51f4f2eed8b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.13 1999/02/28 06:25:30 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.14 1999/03/30 22:12:44 deraadt Exp $
# $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
@@ -54,7 +54,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