X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/473db5ab5dc72edf117fa77af706f110e9acd01a..b0cdeed6156550c079c347aedc961145c6e1b856:/openssh/version.h diff --git a/openssh/version.h b/openssh/version.h index f32747d..7084760 100644 --- a/openssh/version.h +++ b/openssh/version.h @@ -1,4 +1,4 @@ -/* $OpenBSD: version.h,v 1.45 2005/08/31 09:28:42 markus Exp $ */ +/* $OpenBSD: version.h,v 1.50 2007/08/15 08:16:49 markus Exp $ */ #ifdef GSI #define GSI_VERSION " GSI" @@ -18,10 +18,11 @@ #define MGLUE_VERSION "" #endif -#define SSH_VERSION "OpenSSH_4.2" +#define NCSA_VERSION " NCSA_GSSAPI_20070911" + +#define SSH_VERSION "OpenSSH_4.7" #define SSH_PORTABLE "p1" -#define SSH_HPN "-hpn" +#define SSH_HPN "-hpn12v17" #define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_HPN \ - " NCSA_GSSAPI_20050905" \ - GSI_VERSION KRB5_VERSION MGLUE_VERSION + NCSA_VERSION GSI_VERSION KRB5_VERSION MGLUE_VERSION