diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2013-02-10 21:19:35 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2013-02-10 21:19:35 +0000 |
commit | 06ed790a3da2400d330e3428ce515768658518fd (patch) | |
tree | d35e5829c89238c57890afa94b48dfbb4cf7315e /usr.bin/ssh | |
parent | a86cb14d8f31dfd42f6c6153a74ac33b8dcf9855 (diff) |
openssh 6.2
Diffstat (limited to 'usr.bin/ssh')
-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 b2e7f4b68d9..e8710fa8dec 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.65 2012/07/22 18:19:21 markus Exp $ */ +/* $OpenBSD: version.h,v 1.66 2013/02/10 21:19:34 markus Exp $ */ -#define SSH_VERSION "OpenSSH_6.1" +#define SSH_VERSION "OpenSSH_6.2" |