From e199488776ccc97508eb9780e77f30fef6f5689b Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 24 Dec 2007 12:02:19 +0000 Subject: * Refactor debian/rules configure and make invocations to make development easier. --- version.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'version.h') diff --git a/version.h b/version.h index 724c665d6..10fbd5f10 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,8 @@ #define SSH_VERSION "OpenSSH_4.7" #define SSH_PORTABLE "p1" -#ifndef SSH_EXTRAVERSION -#define SSH_EXTRAVERSION +#ifdef SSH_EXTRAVERSION +#define SSH_RELEASE SSH_VERSION SSH_PORTABLE " " SSH_EXTRAVERSION +#else +#define SSH_RELEASE SSH_VERSION SSH_PORTABLE #endif -#define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_EXTRAVERSION -- cgit v1.2.3