X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/eabf5e199ea94140088fedf87e34251240be7359..7e2129eef1af701a78e6f919de9c4d9483ca143c:/openssh/version.h diff --git a/openssh/version.h b/openssh/version.h index 85c0c61..4920906 100644 --- a/openssh/version.h +++ b/openssh/version.h @@ -1,4 +1,4 @@ -/* $OpenBSD: version.h,v 1.41 2004/03/20 10:40:59 markus Exp $ */ +/* $OpenBSD: version.h,v 1.50 2007/08/15 08:16:49 markus Exp $ */ #ifdef GSI #define GSI_VERSION " GSI" @@ -18,6 +18,11 @@ #define MGLUE_VERSION "" #endif -#define SSH_VERSION "OpenSSH_3.8.1p1" \ - " NCSA_GSSAPI_20040713" \ - GSI_VERSION KRB5_VERSION MGLUE_VERSION +#define NCSA_VERSION " NCSA_GSSAPI_20071204" + +#define SSH_VERSION "OpenSSH_4.7" + +#define SSH_PORTABLE "p1" +#define SSH_HPN "-hpn12v20" +#define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_HPN \ + NCSA_VERSION GSI_VERSION KRB5_VERSION MGLUE_VERSION