diff options
author | 2011-08-02 23:13:01 +0000 | |
---|---|---|
committer | 2011-08-02 23:13:01 +0000 | |
commit | ab08d4336aeef97f477312de26e2c5c262af929e (patch) | |
tree | 83424d99db4c2a5557082ebcf4e12978adc072be | |
parent | add refcounting for "Configuration" section for acquire-mode SAs (diff) | |
download | wireguard-openbsd-ab08d4336aeef97f477312de26e2c5c262af929e.tar.xz wireguard-openbsd-ab08d4336aeef97f477312de26e2c5c262af929e.zip |
crank now, release later
-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 dba5b5dec41..1c878c0076a 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.61 2011/02/04 00:44:43 djm Exp $ */ +/* $OpenBSD: version.h,v 1.62 2011/08/02 23:13:01 djm Exp $ */ -#define SSH_VERSION "OpenSSH_5.8" +#define SSH_VERSION "OpenSSH_5.9" |