diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2003-09-16 21:02:41 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2003-09-16 21:02:41 +0000 |
commit | 0c0a9ebda7c535bddc73e803937aca99bc88393d (patch) | |
tree | ca63f88cce2e529d4b590b4b441c2ffb0f853faf /usr.bin/ssh/version.h | |
parent | 6d588810256755cc4fdc46448292d1fb9b79ebc2 (diff) |
more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU
Diffstat (limited to 'usr.bin/ssh/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 8c4f162454d..eb1a639114e 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.38 2003/09/02 16:40:29 markus Exp $ */ +/* $OpenBSD: version.h,v 1.39 2003/09/16 21:02:40 markus Exp $ */ -#define SSH_VERSION "OpenSSH_3.7" +#define SSH_VERSION "OpenSSH_3.7.1" |