Mercurial > dropbear
comparison sysoptions.h @ 516:7fc4ba3c1cbb
- Bump to 0.52
- Clarify that hosts are resolved on the remote end for multihop
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 11 Nov 2008 14:08:48 +0000 |
parents | 43bbe17d6ba0 |
children | cc2dff9bd671 |
comparison
equal
deleted
inserted
replaced
515:fe30d2a2d626 | 516:7fc4ba3c1cbb |
---|---|
2 * You shouldn't edit this file unless you know you need to. | 2 * You shouldn't edit this file unless you know you need to. |
3 * This file is only included from options.h | 3 * This file is only included from options.h |
4 *******************************************************************/ | 4 *******************************************************************/ |
5 | 5 |
6 #ifndef DROPBEAR_VERSION | 6 #ifndef DROPBEAR_VERSION |
7 #define DROPBEAR_VERSION "0.51" | 7 #define DROPBEAR_VERSION "0.52" |
8 #endif | 8 #endif |
9 | 9 |
10 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION | 10 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION |
11 #define PROGNAME "dropbear" | 11 #define PROGNAME "dropbear" |
12 | 12 |