diff --git a/configure b/configure index 30ebae6f..ba4041aa 100755 --- a/configure +++ b/configure @@ -2309,7 +2309,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang PACKAGE="mbsebbs" MAJOR="1" MINOR="0" -REVISION="6" +REVISION="6.1" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2015 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2015 M. Broek" diff --git a/configure.ac b/configure.ac index 531d91cf..c31cf387 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_SUBST(SUBDIRS) PACKAGE="mbsebbs" MAJOR="1" MINOR="0" -REVISION="6" +REVISION="6.1" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2015 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2015 M. Broek" diff --git a/mbfido/sendmail.c b/mbfido/sendmail.c index 4cfe6aa5..09da29c2 100644 --- a/mbfido/sendmail.c +++ b/mbfido/sendmail.c @@ -136,7 +136,7 @@ void CloseMail(FILE *qp, faddr *t) Now = time(NULL); tm = gmtime(&Now); ta = bestaka_s(t); - fprintf(qp, "\001Via %s @%d%02d%02d.%02d%02d%02d.02.UTC %s\r", + fprintf(qp, "\001Via %s @%d%02d%02d.%02d%02d%02d.UTC mbfido %s\r", ascfnode(ta, 0x1f), tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec, VERSION); tidy_faddr(ta);