diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2007-08-15 08:16:50 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2007-08-15 08:16:50 +0000 |
commit | 57de82e1181ac4cc84eca3b50ead48246ba8a760 (patch) | |
tree | e2727b6436346e5dc27b3fd87be2554cefafe306 | |
parent | 8f3e8db6e225dd04e0ec9c1d73caceb78f79416e (diff) |
openssh 4.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 6354d83caf5..5114690234c 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.49 2007/03/06 10:13:14 djm Exp $ */ +/* $OpenBSD: version.h,v 1.50 2007/08/15 08:16:49 markus Exp $ */ -#define SSH_VERSION "OpenSSH_4.6" +#define SSH_VERSION "OpenSSH_4.7" |