summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-12-24 12:02:19 +0000
committerColin Watson <cjwatson@debian.org>2007-12-24 12:02:19 +0000
commite199488776ccc97508eb9780e77f30fef6f5689b (patch)
tree2028adcc6e513eaf54e24be155af2c2478f7e0c5 /version.h
parentb0c58e43280cd2ad3c1902ad864a4f35e8506878 (diff)
* Refactor debian/rules configure and make invocations to make development
easier.
Diffstat (limited to 'version.h')
-rw-r--r--version.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/version.h b/version.h
index 724c665d6..10fbd5f10 100644
--- a/version.h
+++ b/version.h
@@ -3,7 +3,8 @@
3#define SSH_VERSION "OpenSSH_4.7" 3#define SSH_VERSION "OpenSSH_4.7"
4 4
5#define SSH_PORTABLE "p1" 5#define SSH_PORTABLE "p1"
6#ifndef SSH_EXTRAVERSION 6#ifdef SSH_EXTRAVERSION
7#define SSH_EXTRAVERSION 7#define SSH_RELEASE SSH_VERSION SSH_PORTABLE " " SSH_EXTRAVERSION
8#else
9#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
8#endif 10#endif
9#define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_EXTRAVERSION