diff options
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,4 +3,7 @@ | |||
3 | #define SSH_VERSION "OpenSSH_4.0" | 3 | #define SSH_VERSION "OpenSSH_4.0" |
4 | 4 | ||
5 | #define SSH_PORTABLE "p1" | 5 | #define SSH_PORTABLE "p1" |
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 | ||