diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-05 10:39:49 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-05 10:39:49 +0000 |
commit | 9b570cbbaaff205ba9a0ca197d8de47e4c88e394 (patch) | |
tree | 3d1a4d6e3633fb9515552c1a674333296e0ff0fe /usr.bin | |
parent | b978709b00b76c7a4a33ea2f757f4eb24a056f75 (diff) |
temporary version 2.5.4 (supports rekeying).
this is not an official release.
Diffstat (limited to 'usr.bin')
-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 845b320b89f..8aad2bb074f 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.21 2001/03/27 17:46:50 provos Exp $ */ +/* $OpenBSD: version.h,v 1.22 2001/04/05 10:39:48 markus Exp $ */ -#define SSH_VERSION "OpenSSH_2.5.3" +#define SSH_VERSION "OpenSSH_2.5.4" |