diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2009-02-23 00:06:16 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2009-02-23 00:06:16 +0000 |
commit | 37372828ca4ee232209ef728e767a9196552238d (patch) | |
tree | 4768e3783597072b04af0f5a8d456c0fb1d138cc | |
parent | 47c30d7bacd5900988679583a980db5b56cc9c29 (diff) |
openssh-5.2
-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 28d6b38d8bc..c8f15e2799a 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.54 2008/07/21 08:19:07 djm Exp $ */ +/* $OpenBSD: version.h,v 1.55 2009/02/23 00:06:15 djm Exp $ */ -#define SSH_VERSION "OpenSSH_5.1" +#define SSH_VERSION "OpenSSH_5.2" |