Change to rev and date

This commit is contained in:
Bjorn Andersson 2006-06-11 13:37:44 +00:00
parent 3aa08c4855
commit 3ef5d8edf0
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

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