X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/cabccdffa93215382744c2ab9b5b843a27bc5489..5156b1a1fca465f5acd9a09f208d610a64ec2ab3:/openssh/version.h diff --git a/openssh/version.h b/openssh/version.h index 0844641..c9027d5 100644 --- a/openssh/version.h +++ b/openssh/version.h @@ -1,4 +1,4 @@ -/* $OpenBSD: version.h,v 1.41 2004/03/20 10:40:59 markus Exp $ */ +/* $OpenBSD: version.h,v 1.54 2008/07/21 08:19:07 djm Exp $ */ #ifdef GSI #define GSI_VERSION " GSI" @@ -18,6 +18,11 @@ #define MGLUE_VERSION "" #endif -#define SSH_VERSION "OpenSSH_3.8.1p1" \ - " NCSA_GSSAPI_20040505" \ - GSI_VERSION KRB5_VERSION MGLUE_VERSION +#define NCSA_VERSION " NCSA_GSSAPI_20080727" + +#define SSH_VERSION "OpenSSH_5.1" + +#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