summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-11-07 23:16:08 +1100
committerDarren Tucker <dtucker@zip.com.au>2006-11-07 23:16:08 +1100
commitfbba735aa315532e93a66754b1613c2acf2bde6d (patch)
treef2077ff5cb311c507b211c6a21393b96a6c6bb2e /version.h
parent0bc85579a9b5a106826169303dd2ee61c63c161e (diff)
- markus@cvs.openbsd.org 2006/11/07 10:31:31
[monitor.c version.h] correctly check for bad signatures in the monitor, otherwise the monitor and the unpriv process can get out of sync. with dtucker@, ok djm@, dtucker@
Diffstat (limited to 'version.h')
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index 363e510ba..d16990a21 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
1/* $OpenBSD: version.h,v 1.47 2006/08/30 00:14:37 djm Exp $ */ 1/* $OpenBSD: version.h,v 1.48 2006/11/07 10:31:31 markus Exp $ */
2 2
3#define SSH_VERSION "OpenSSH_4.4" 3#define SSH_VERSION "OpenSSH_4.5"
4 4
5#define SSH_PORTABLE "p1" 5#define SSH_PORTABLE "p1"
6#define SSH_RELEASE SSH_VERSION SSH_PORTABLE 6#define SSH_RELEASE SSH_VERSION SSH_PORTABLE