diff options
author | 2003-09-02 16:40:29 +0000 | |
---|---|---|
committer | 2003-09-02 16:40:29 +0000 | |
commit | 2ce45d146ea51358984a5b32b4343f2da9d136a3 (patch) | |
tree | 115b993401537526fc726f4c4aad965eb4e6fbb5 | |
parent | add t5 to the clean target (diff) | |
download | wireguard-openbsd-2ce45d146ea51358984a5b32b4343f2da9d136a3.tar.xz wireguard-openbsd-2ce45d146ea51358984a5b32b4343f2da9d136a3.zip |
enter 3.7
-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 7d9279513db..8c4f162454d 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.37 2003/04/01 10:56:46 markus Exp $ */ +/* $OpenBSD: version.h,v 1.38 2003/09/02 16:40:29 markus Exp $ */ -#define SSH_VERSION "OpenSSH_3.6.1" +#define SSH_VERSION "OpenSSH_3.7" |