From: Ludovic Rousseau <rousseau@debian.org>
Date: Sat, 3 Feb 2018 10:21:36 +0100
Subject: remove the use of __DATE__ to make the build reproducible

---
 jhead.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/jhead.c
+++ b/jhead.c
@@ -1512,7 +1512,7 @@
         }else if (!strcmp(arg,"-q")){
             Quiet = TRUE;
         }else if (!strcmp(arg,"-V")){
-            printf("Jhead version: "JHEAD_VERSION"   Compiled: "__DATE__"\n");
+            printf("Jhead version: "JHEAD_VERSION"\n");
             exit(0);
         }else if (!strcmp(arg,"-exifmap")){
             DumpExifMap = TRUE;
