mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-03 06:57:27 +00:00
Change to rev and date
This commit is contained in:
parent
3aa08c4855
commit
3ef5d8edf0
2
iodine.c
2
iodine.c
|
@ -132,7 +132,7 @@ help() {
|
|||
|
||||
static void
|
||||
version() {
|
||||
char *svnver = "$Id$";
|
||||
char *svnver = "$Rev$ from $Date$";
|
||||
printf("iodine IP over DNS tunneling client\n");
|
||||
printf("SVN version: %s\n", svnver);
|
||||
exit(0);
|
||||
|
|
Loading…
Reference in a new issue