summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version.h')
-rw-r--r--version.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/version.h b/version.h
index d5fd0c6ce..35eb49d63 100644
--- a/version.h
+++ b/version.h
@@ -3,4 +3,7 @@
3#define SSH_VERSION "OpenSSH_4.3" 3#define SSH_VERSION "OpenSSH_4.3"
4 4
5#define SSH_PORTABLE "p2" 5#define SSH_PORTABLE "p2"
6#define SSH_RELEASE SSH_VERSION SSH_PORTABLE 6#ifndef SSH_EXTRAVERSION
7#define SSH_EXTRAVERSION
8#endif
9#define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_EXTRAVERSION