diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2010-03-07 22:01:33 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2010-03-07 22:01:33 +0000 |
commit | 661ae9ad36bd52930378e885fd28210e548451cc (patch) | |
tree | 8369912da72a7998ca7dcc3983c9e3a952a04df4 | |
parent | 620991ed7c96f5cb2d5aba33e5780c9feae911d8 (diff) |
openssh-5.4
-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 a0b27d21dc1..d8261252a53 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.56 2009/06/30 14:54:40 markus Exp $ */ +/* $OpenBSD: version.h,v 1.57 2010/03/07 22:01:32 djm Exp $ */ -#define SSH_VERSION "OpenSSH_5.3" +#define SSH_VERSION "OpenSSH_5.4" |