diff options
author | 2010-03-16 16:36:49 +0000 | |
---|---|---|
committer | 2010-03-16 16:36:49 +0000 | |
commit | b2b27e1965ea2b2031a3ae729708a02445062f3d (patch) | |
tree | 482d4a401168f88a914118221f5c8bbbdc46887f | |
parent | spelling in error message. ok djm kettenis (diff) | |
download | wireguard-openbsd-b2b27e1965ea2b2031a3ae729708a02445062f3d.tar.xz wireguard-openbsd-b2b27e1965ea2b2031a3ae729708a02445062f3d.zip |
crank version to openssh-5.5 since we have a few fixes since 5.4;
requested deraadt@ kettenis@
-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 d8261252a53..b79cb3fc946 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.57 2010/03/07 22:01:32 djm Exp $ */ +/* $OpenBSD: version.h,v 1.58 2010/03/16 16:36:49 djm Exp $ */ -#define SSH_VERSION "OpenSSH_5.4" +#define SSH_VERSION "OpenSSH_5.5" |