summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-04-18 02:44:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-04-18 02:44:19 +0000
commite8fb8223a7382493101db0aca03e209b9460600e (patch)
treefea673f8750807991d7e213983d8836f729ef476 /sys/conf
parent717fd10aa36287e1fd5f2d50ba6897c2362c0f7f (diff)
moving to 2.5-current, tree is unlocked
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 51f4f2eed8b..e4e5e09dc8f 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.14 1999/03/30 22:12:44 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.15 1999/04/18 02:44:18 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} (${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