diff options
author | 2002-05-17 14:57:40 +0000 | |
---|---|---|
committer | 2002-05-17 14:57:40 +0000 | |
commit | 126286516bf264deac1e23f695f5ed76219e6cf4 (patch) | |
tree | bbc595090a4a3ecbf0f6e9a0e5f1a7489fa575fd | |
parent | Fix typo/thinko. Pass in as to auth_approval(), not NULL. (diff) | |
download | wireguard-openbsd-126286516bf264deac1e23f695f5ed76219e6cf4.tar.xz wireguard-openbsd-126286516bf264deac1e23f695f5ed76219e6cf4.zip |
version.h
-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 84fa1392b85..d0358dca070 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.31 2002/05/15 21:05:29 markus Exp $ */ +/* $OpenBSD: version.h,v 1.32 2002/05/17 14:57:40 markus Exp $ */ -#define SSH_VERSION "OpenSSH_3.2.2" +#define SSH_VERSION "OpenSSH_3.2.3" |