X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/08f41616e60dd6c1f37b7cd9950119fb6f7b0183..HEAD:/openssh/version.h diff --git a/openssh/version.h b/openssh/version.h index fbf07e6..171d2a6 100644 --- a/openssh/version.h +++ b/openssh/version.h @@ -1,4 +1,4 @@ -/* $OpenBSD: version.h,v 1.40 2004/02/23 15:16:46 markus Exp $ */ +/* $OpenBSD: version.h,v 1.56 2009/06/30 14:54:40 markus Exp $ */ #ifdef GSI #define GSI_VERSION " GSI" @@ -18,6 +18,11 @@ #define MGLUE_VERSION "" #endif -#define SSH_VERSION "OpenSSH_3.8p1" \ - " NCSA_GSSAPI_20040304" \ - GSI_VERSION KRB5_VERSION MGLUE_VERSION +#define NCSA_VERSION " GLOBUS_GSSAPI_20100106" + +#define SSH_VERSION "OpenSSH_5.3" + +#define SSH_PORTABLE "p1" +#define SSH_HPN "-hpn13v6" +#define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_HPN \ + NCSA_VERSION GSI_VERSION KRB5_VERSION MGLUE_VERSION