Mercurial > dropbear
comparison options.h @ 76:95f4bc4bcd58
- It'll be called 0.44test1
- Debian stuff
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 14 Aug 2004 18:03:36 +0000 |
parents | ac96bc733e71 |
children | 29a5c7c62350 |
comparison
equal
deleted
inserted
replaced
75:a54d20c96178 | 76:95f4bc4bcd58 |
---|---|
191 /******************************************************************* | 191 /******************************************************************* |
192 * You shouldn't edit below here unless you know you need to. | 192 * You shouldn't edit below here unless you know you need to. |
193 *******************************************************************/ | 193 *******************************************************************/ |
194 | 194 |
195 #ifndef DROPBEAR_VERSION | 195 #ifndef DROPBEAR_VERSION |
196 #define DROPBEAR_VERSION "0.45-beta1" | 196 #define DROPBEAR_VERSION "0.44test1" |
197 #endif | 197 #endif |
198 | 198 |
199 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION | 199 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION |
200 #define PROGNAME "dropbear" | 200 #define PROGNAME "dropbear" |
201 | 201 |