summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-01-07 20:30:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-01-07 20:30:02 +0000
commitf716a06692c59e52d26cd120f07cffb3b95570de (patch)
tree7d2aaaf711dd22b4359faacbcf2b6b14f15a995d /sys/conf
parenta118d962c3eee2a2c7a1f0ca76665c7dd5d899be (diff)
put "-current" in a the version string, not in osr
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/newvers.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 4700de9ebd9..b21923ea450 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.11 1999/01/06 19:29:51 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.12 1999/01/07 20:30:01 deraadt Exp $
# $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
@@ -46,7 +46,7 @@ v=`cat version` u=${USER-root} d=`pwd` h=`hostname` t=`date`
id=`basename ${d}`
ost="OpenBSD"
-osr="2.4-current"
+osr="2.4"
echo "char ostype[] = \"${ost}\";" > vers.c
echo "char osrelease[] = \"${osr}\";" >> vers.c
@@ -54,7 +54,7 @@ echo "char osversion[] = \"${id}#${v}\";" >> vers.c
echo "char sccs[8] = { ' ', ' ', ' ', ' ', '@', '(', '#', ')' };" >> vers.c
echo \
"char version[] = \
- \"${ost} ${osr} (${id}) #${v}: ${t}\\n ${u}@${h}:${d}\\n\";" \
+ \"${ost} ${osr}-current (${id}) #${v}: ${t}\\n ${u}@${h}:${d}\\n\";" \
>> vers.c
echo `expr ${v} + 1` > version