X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/ec6ec6308b9bcc1d2217ad7a33c677cc0567dd5f..0b90ac9305f607f2e88da800bd56520fd0228d71:/openssh/version.h diff --git a/openssh/version.h b/openssh/version.h index ae47580..ab5f1e8 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.49 2007/03/06 10:13:14 djm 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_20070314" + +#define SSH_VERSION "OpenSSH_4.6" #define SSH_PORTABLE "p1" -#define SSH_RELEASE SSH_VERSION SSH_PORTABLE \ - " NCSA_GSSAPI_20050312" \ - GSI_VERSION KRB5_VERSION MGLUE_VERSION +#define SSH_HPN "-hpn12v16" +#define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_HPN \ + NCSA_VERSION GSI_VERSION KRB5_VERSION MGLUE_VERSION