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