diff options
author | 2003-03-17 11:43:47 +0000 | |
---|---|---|
committer | 2003-03-17 11:43:47 +0000 | |
commit | 6758719e054bd736e90a7ec5f9a894f49008e211 (patch) | |
tree | f749b2aa78f061012f8143bad29e041b3069b55c | |
parent | don't print \n if backgrounded; from ho@ (diff) | |
download | wireguard-openbsd-6758719e054bd736e90a7ec5f9a894f49008e211.tar.xz wireguard-openbsd-6758719e054bd736e90a7ec5f9a894f49008e211.zip |
enter 3.6
-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 2b597b5f74d..9c80ca5887d 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.35 2002/10/01 13:24:50 markus Exp $ */ +/* $OpenBSD: version.h,v 1.36 2003/03/17 11:43:47 markus Exp $ */ -#define SSH_VERSION "OpenSSH_3.5" +#define SSH_VERSION "OpenSSH_3.6" |