summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-04-17 02:09:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-04-17 02:09:02 +0000
commit4eea28c03eb6ae1220493b94d9c9da110637a4fe (patch)
tree9b22d40f141a545a5b44457945bd2b3a964454b5
parente40ee45c1f1da88678b812b05b1a25ccd101c25f (diff)
put -current in the wrong place; oops
-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 3a47ace9980..f776caea222 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.42 2002/04/15 06:25:50 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.43 2002/04/17 02:09: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
@@ -73,7 +73,7 @@ const char osrelease[] = "${osr}";
const char osversion[] = "${id}#${v}";
const char sccs[8] = { ' ', ' ', ' ', ' ', '@', '(', '#', ')' };
const char version[] =
- "${ost}-current ${osr} (${id}) #${v}: ${t}\n ${u}@${h}:${d}\n";
+ "${ost} ${osr}-current (${id}) #${v}: ${t}\n ${u}@${h}:${d}\n";
eof
expr ${v} + 1 > version