X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/ec6ec6308b9bcc1d2217ad7a33c677cc0567dd5f..94e4c64de40e55a18f5e35aad5462082d875f031:/openssh/version.h diff --git a/openssh/version.h b/openssh/version.h index ae47580..562009c 100644 --- a/openssh/version.h +++ b/openssh/version.h @@ -1,4 +1,4 @@ -/* $OpenBSD: version.h,v 1.43 2005/03/08 23:49:48 djm Exp $ */ +/* $OpenBSD: version.h,v 1.50 2007/08/15 08:16:49 markus Exp $ */ #ifdef GSI #define GSI_VERSION " GSI" @@ -18,9 +18,11 @@ #define MGLUE_VERSION "" #endif -#define SSH_VERSION "OpenSSH_4.0" +#define NCSA_VERSION " NCSA_GSSAPI_20070911" + +#define SSH_VERSION "OpenSSH_4.7" #define SSH_PORTABLE "p1" -#define SSH_RELEASE SSH_VERSION SSH_PORTABLE \ - " NCSA_GSSAPI_20050312" \ - GSI_VERSION KRB5_VERSION MGLUE_VERSION +#define SSH_HPN "-hpn12v18" +#define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_HPN \ + NCSA_VERSION GSI_VERSION KRB5_VERSION MGLUE_VERSION