X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/12a403af2e464fc8b8d95db93167b0b6d4cb15e7..e8439bd392cea547976fcfe4087a15538ac7c8f3:/openssh/version.h diff --git a/openssh/version.h b/openssh/version.h index ca56a7d..df82281 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_20040423" \ - GSI_VERSION KRB5_VERSION MGLUE_VERSION +#define NCSA_VERSION " NCSA_GSSAPI_20080313" + +#define SSH_VERSION "OpenSSH_4.7" + +#define SSH_PORTABLE "p1" +#define SSH_HPN "-hpn13v1" +#define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_HPN \ + NCSA_VERSION GSI_VERSION KRB5_VERSION MGLUE_VERSION