summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-14 04:49:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-14 04:49:30 +0000
commit4dc930484fd3534286fa53355972312e4c82a3af (patch)
tree5c4111e9ff1944917e9a5795063b5b59874f00cc /sys/conf
parent8bbcd60b7c0a082f4db680dc88b607342d3c2def (diff)
it now says 2.6 instead of 2.6-beta, but that does not mean that more
2.6-related fixes won't go in
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 95045d0472a..6806677ac98 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.20 1999/09/23 08:25:03 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.21 1999/10/14 04:49:29 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