diff -ur lynx2.8.9rel.1/src/LYMain.c lynx2.8.9rel.1+iPhone/src/LYMain.c --- lynx2.8.9rel.1/src/LYMain.c 2018-07-08 15:22:44.000000000 +0000 +++ lynx2.8.9rel.1+iPhone/src/LYMain.c 2019-05-14 16:29:31.578085144 +0000 @@ -3245,6 +3245,7 @@ * Define NO_BUILDSTAMP if you really want an executable with no timestamp in * the -version message. */ +#if 0 #ifdef NO_BUILDSTAMP #define BUILDSTAMP "" #else @@ -3268,6 +3269,7 @@ #elif !defined(NO_BUILDSTAMP) printf("Compiled at %s %s.\n", __DATE__, __TIME__); #endif +#endif puts(""); puts(gettext("Copyrights held by the Lynx Developers Group,"));