summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/version.h')
-rw-r--r--crypto/openssh/version.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
index 129aad4..5ed6dd2 100644
--- a/crypto/openssh/version.h
+++ b/crypto/openssh/version.h
@@ -1,13 +1,10 @@
-/* $OpenBSD: version.h,v 1.62 2011/08/02 23:13:01 djm Exp $ */
+/* $OpenBSD: version.h,v 1.65 2012/07/22 18:19:21 markus Exp $ */
/* $FreeBSD$ */
-#ifndef _VERSION_H_
-#define _VERSION_H_
+#define SSH_VERSION "OpenSSH_6.1"
-#define SSH_VERSION_BASE "OpenSSH_5.9p1"
-#define SSH_VERSION_ADDENDUM "FreeBSD-20111001"
-#define SSH_VERSION_HPN "_hpn13v11"
+#define SSH_PORTABLE "p1"
+#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
-const char *ssh_version_get(int hpn_disabled);
-void ssh_version_set_addendum(const char *);
-#endif /* _VERSION_H_ */
+#define SSH_VERSION_FREEBSD "FreeBSD-20120901"
+#define SSH_VERSION_HPN "_hpn13v11"
OpenPOWER on IntegriCloud