summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-09-20 02:47:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-09-20 02:47:27 +0000
commitc539e5fc6612c636b301fbc9a8f345f2341a945a (patch)
tree1422aa3656f975a5a55865ac6bf0f22fa666364c /sys
parent454e745a2e73af6df57965ed88329742375aee15 (diff)
another place that needs cranking at release time
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/newvers.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 1267db954dc..8a09c286a51 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.18 1999/04/19 19:43:09 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.19 1999/09/20 02:47:26 deraadt Exp $
# $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
@@ -56,6 +56,8 @@ id=`basename ${d}`
# src/share/mk/sys.mk
# OSMAJOR
# OSMINOR
+# src/distrib/miniroot/install.sub
+# VERSION
#
ost="OpenBSD"