diff options
author | 2001-05-06 01:49:45 +0000 | |
---|---|---|
committer | 2001-05-06 01:49:45 +0000 | |
commit | dfbddda065b1f63040ca88151f1555e2618a4283 (patch) | |
tree | a24ea6a4ae3b870ff5dbbbefa7ceb985df6b0bf4 | |
parent | iprintf is not used with UVM (diff) | |
download | wireguard-openbsd-dfbddda065b1f63040ca88151f1555e2618a4283.tar.xz wireguard-openbsd-dfbddda065b1f63040ca88151f1555e2618a4283.zip |
we are at 2.9-current
-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 281ff8d480f..904c9c9aa5b 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.32 2001/05/01 22:21:33 deraadt Exp $ +# $OpenBSD: newvers.sh,v 1.33 2001/05/06 01:49:45 deraadt Exp $ # $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 @@ -71,7 +71,7 @@ char osrelease[] = "${osr}"; char osversion[] = "${id}#${v}"; char sccs[8] = { ' ', ' ', ' ', ' ', '@', '(', '#', ')' }; char version[] = - "${ost} ${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 |