diff options
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||