summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version.h')
-rw-r--r--version.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/version.h b/version.h
index fb68aba60..4da5f8083 100644
--- a/version.h
+++ b/version.h
@@ -1,5 +1,9 @@
1/* $OpenBSD: version.h,v 1.42 2004/08/16 08:17:01 markus Exp $ */ 1/* $OpenBSD: version.h,v 1.43 2005/03/08 23:49:48 djm Exp $ */
2 2
3#ifndef SSH_VERSION 3#define SSH_VERSION "OpenSSH_4.0"
4#define SSH_VERSION "OpenSSH_3.9p1" 4
5#endif /* SSH_VERSION */ 5#define SSH_PORTABLE "p1"
6#ifndef SSH_EXTRAVERSION
7#define SSH_EXTRAVERSION
8#endif
9#define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_EXTRAVERSION