diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2017-03-20 01:19:00 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2017-03-20 01:19:00 +0000 |
commit | 645f5e505138156ff2f1d9b4cea4652c2c957122 (patch) | |
tree | 330b5cb0413bde7af177525187072661159d442e | |
parent | cedf4bf7d753aa34dff6d9b9eccc85074c49215d (diff) |
openssh-7.5
-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 550d811e07b..022de0bd7b6 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.78 2016/12/19 04:55:51 djm Exp $ */ +/* $OpenBSD: version.h,v 1.79 2017/03/20 01:18:59 djm Exp $ */ -#define SSH_VERSION "OpenSSH_7.4" +#define SSH_VERSION "OpenSSH_7.5" |