diff options
author | 2015-03-04 18:53:53 +0000 | |
---|---|---|
committer | 2015-03-04 18:53:53 +0000 | |
commit | 7b4356b954803a80cbd1170db4f430d32b62f418 (patch) | |
tree | b8ef4a5cd6dc12a72262763a5703f1e50141c696 | |
parent | Make sure that rn_mpath_adj_mpflag() is called with the correct pointer (diff) | |
download | wireguard-openbsd-7b4356b954803a80cbd1170db4f430d32b62f418.tar.xz wireguard-openbsd-7b4356b954803a80cbd1170db4f430d32b62f418.zip |
crank; ok markus, deraadt
-rw-r--r-- | usr.bin/ssh/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/version.h b/usr.bin/ssh/version.h index fa2e4b07bd3..f65d3e245aa 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.71 2014/04/18 23:52:25 djm Exp $ */ +/* $OpenBSD: version.h,v 1.72 2015/03/04 18:53:53 djm Exp $ */ -#define SSH_VERSION "OpenSSH_6.7" +#define SSH_VERSION "OpenSSH_6.8" |