diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2012-07-22 18:19:22 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2012-07-22 18:19:22 +0000 |
commit | 6788f329ad934c15c3ad2364385955c8f588de6b (patch) | |
tree | f28f771d0342208e83f7681cfa4e6a16b005823c /usr.bin | |
parent | 17b8e809dab3586cf2872d51a1c1ca39ea8203fc (diff) |
openssh 6.1
Diffstat (limited to 'usr.bin')
-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 c9b24decc77..b2e7f4b68d9 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.64 2012/02/09 20:00:18 markus Exp $ */ +/* $OpenBSD: version.h,v 1.65 2012/07/22 18:19:21 markus Exp $ */ -#define SSH_VERSION "OpenSSH_6.0" +#define SSH_VERSION "OpenSSH_6.1" |