diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-10-15 16:10:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-10-15 16:10:51 +0000 |
commit | bf53c2b410ae6e2693e46442616909b475ebeb7f (patch) | |
tree | 1dfcc451e6299bb63d481d4114d552600100f08f | |
parent | 400f498bde6992f91645abbde07b6d7ba4ae7c07 (diff) |
crank version
-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 076822f58b8..e77d375caff 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.24 2001/09/24 20:31:54 markus Exp $ */ +/* $OpenBSD: version.h,v 1.25 2001/10/15 16:10:50 deraadt Exp $ */ -#define SSH_VERSION "OpenSSH_2.9.9" +#define SSH_VERSION "OpenSSH_3.0" |