]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - version.c
Show the git commit hash in local dev builds too.
[PuTTY.git] / version.c
index 231c1a75b803c1c031980bab8f82b866e8714163..59e9ca758f5a445eea7ee549f08b9034eead1aa8 100644 (file)
--- a/version.c
+++ b/version.c
@@ -8,6 +8,10 @@
  * to do here is to drop it into variables of the right names.
  */
 
+#ifdef SOURCE_COMMIT
+#include "empty.h"
+#endif
+
 #include "version.h"
 
 const char ver[] = TEXTVER;