1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-24 14:06:06 +03:00

Branched first public release of iodine, 0.3

This commit is contained in:
Erik Ekman 2006-06-24 12:21:54 +00:00
parent d2f691a21b
commit fa06d5eea1
2 changed files with 2 additions and 4 deletions

View File

@ -187,9 +187,8 @@ help() {
static void static void
version() { version() {
char *svnver = "$Rev$ from $Date$";
printf("iodine IP over DNS tunneling client\n"); printf("iodine IP over DNS tunneling client\n");
printf("SVN version: %s\n", svnver); printf("version: 0.3\n");
exit(0); exit(0);
} }

View File

@ -187,9 +187,8 @@ help() {
static void static void
version() { version() {
char *svnver = "$Rev$ from $Date$";
printf("iodine IP over DNS tunneling server\n"); printf("iodine IP over DNS tunneling server\n");
printf("SVN version: %s\n", svnver); printf("version: 0.3\n");
exit(0); exit(0);
} }