X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/51f1e7024fd6e7881a0a713868d67861ba97fbfb..e8439bd392cea547976fcfe4087a15538ac7c8f3:/openssh/version.h diff --git a/openssh/version.h b/openssh/version.h index 3cdb3c0..df82281 100644 --- a/openssh/version.h +++ b/openssh/version.h @@ -1,4 +1,4 @@ -/* $OpenBSD: version.h,v 1.39 2003/09/16 21:02:40 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.7.1p2" \ - " NCSA_GSSAPI_20040119" \ - 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