X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/dfddba3d7e01aaef75b0f84b9f3c53f34e2504c9..9e5803fae9758528f51959023f4d0ce4f4ff17a0:/openssh/version.h diff --git a/openssh/version.h b/openssh/version.h index 07e578a..7b734d3 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.48 2006/11/07 10:31:31 markus Exp $ */ #ifdef GSI #define GSI_VERSION " GSI" @@ -18,8 +18,11 @@ #define MGLUE_VERSION "" #endif -#define SSH_VERSION "OpenSSH_4.0" +#define NCSA_VERSION " NCSA_GSSAPI_20070215" + +#define SSH_VERSION "OpenSSH_4.5" + #define SSH_PORTABLE "p1" -#define SSH_RELEASE SSH_VERSION SSH_PORTABLE \ - " NCSA_GSSAPI_20050312" \ - GSI_VERSION KRB5_VERSION MGLUE_VERSION +#define SSH_HPN "-hpn12v14" +#define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_HPN \ + NCSA_VERSION GSI_VERSION KRB5_VERSION MGLUE_VERSION