summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-05-25 11:01:01 +0000
committerColin Watson <cjwatson@debian.org>2005-05-25 11:01:01 +0000
commite88de75a1a236779a10e8ccbcc51d25308be8840 (patch)
tree7495477a2a7d0cac17a9fcded020b6ea816182ef /version.h
parent30a0f9443782cd9d7308acd09430bf586186aa55 (diff)
parent5d05471f6657646d1d6500c7c43134462c407ee6 (diff)
Merge 4.0p1 to the trunk.
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