summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version.h')
-rw-r--r--version.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/version.h b/version.h
index f2f3196ab..79af60194 100644
--- a/version.h
+++ b/version.h
@@ -3,4 +3,8 @@
3#define SSH_VERSION "OpenSSH_5.2" 3#define SSH_VERSION "OpenSSH_5.2"
4 4
5#define SSH_PORTABLE "p1" 5#define SSH_PORTABLE "p1"
6#ifdef SSH_EXTRAVERSION
7#define SSH_RELEASE SSH_VERSION SSH_PORTABLE " " SSH_EXTRAVERSION
8#else
6#define SSH_RELEASE SSH_VERSION SSH_PORTABLE 9#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
10#endif