mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 05:09:20 +02:00
Branched first public release of iodine, 0.3
This commit is contained in:
parent
d2f691a21b
commit
fa06d5eea1
3
iodine.c
3
iodine.c
|
@ -187,9 +187,8 @@ help() {
|
|||
|
||||
static void
|
||||
version() {
|
||||
char *svnver = "$Rev$ from $Date$";
|
||||
printf("iodine IP over DNS tunneling client\n");
|
||||
printf("SVN version: %s\n", svnver);
|
||||
printf("version: 0.3\n");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue