1 /* $MirOS: src/usr.bin/ssh/version.h,v 1.47 2014/03/28 22:35:20 tg Exp $ */ 2 /* $NetBSD: version.h,v 1.28 2003/04/03 06:21:37 itojun Exp $ */ 3 /* $OpenBSD: version.h,v 1.56 2009/06/30 14:54:40 markus Exp $ */ 4 5 #define __OPENSSH_VERSION "OpenSSH_5.3" 6 7 #define __MIRBSDSSH_VERSION "MirBSD_Secure_Shell-0AuB5" 8 9 /* 10 * it is important to retain OpenSSH version identification part, it is 11 * used for bug compatibility operation. 12 * present MirOS SSH version as comment. 13 */ 14 #define SSH_VERSION (__OPENSSH_VERSION " " __MIRBSDSSH_VERSION) 15