diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2008-07-21 08:19:08 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2008-07-21 08:19:08 +0000 |
commit | 570881118260ca40841419361c64ebe69d8197c0 (patch) | |
tree | 84a430b219e9c2c3d16a27e87ce3d492f66e9ef6 /usr.bin/ssh | |
parent | f09c79a8d8946865f25f1d7a55df0757ff138d3c (diff) |
openssh-5.1
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 7b6a8a05df4..28d6b38d8bc 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.53 2008/04/03 09:50:14 djm Exp $ */ +/* $OpenBSD: version.h,v 1.54 2008/07/21 08:19:07 djm Exp $ */ -#define SSH_VERSION "OpenSSH_5.0" +#define SSH_VERSION "OpenSSH_5.1" |