diff options
author | 2015-08-02 09:56:42 +0000 | |
---|---|---|
committer | 2015-08-02 09:56:42 +0000 | |
commit | 22a2c0aeb4f533538f2ef27c98645a1334911a01 (patch) | |
tree | f05c7a1a50d4d9107cd320fd789c054c6674c87f | |
parent | long overdue overhaul to include instructions for miniroot and usb (diff) | |
download | wireguard-openbsd-22a2c0aeb4f533538f2ef27c98645a1334911a01.tar.xz wireguard-openbsd-22a2c0aeb4f533538f2ef27c98645a1334911a01.zip |
openssh 7.0; ok 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 ecadeabc1ed..fa64e6a73cd 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.73 2015/07/01 01:55:13 djm Exp $ */ +/* $OpenBSD: version.h,v 1.74 2015/08/02 09:56:42 djm Exp $ */ -#define SSH_VERSION "OpenSSH_6.9" +#define SSH_VERSION "OpenSSH_7.0" |