diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-15 20:57:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-15 20:57:35 +0000 |
commit | 9518ad059b7fd98e103cb42e8d954d41cd3d186c (patch) | |
tree | a45b29d58c5fe76963b9c372857697c6cc0314aa /sys/conf/newvers.sh | |
parent | 953a28f86947804e097e99a07a2b8334dae05c79 (diff) |
now we are at 2.7-current
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r-- | sys/conf/newvers.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 5bc260ca489..405a9bd2d50 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.24 2000/05/04 05:34:49 deraadt Exp $ +# $OpenBSD: newvers.sh,v 1.25 2000/05/15 20:57:34 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} (${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 |