summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorAaron Schrab <aaron+mutt@schrab.com>2019-04-10 19:44:46 -0400
committerKevin McCarthy <kevin@8t8.us>2019-04-11 18:56:53 -0700
commita7e1572d3657cb43c1c77b030f28a17a2d1f3919 (patch)
tree03b03aa150db94761ddf5b45eecc8b72353916a6 /commands.c
parent030044671486225b355a57fd43cf984f702a5253 (diff)
Generate version string during make not configure
Switch to generating the version string during make process rather than at configure time. This makes it easier to keep the detailed version string accurate when doing development which doesn't require that the configure script be rerun.
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands.c b/commands.c
index e95cfc9d..6db23055 100644
--- a/commands.c
+++ b/commands.c
@@ -21,6 +21,7 @@
# include "config.h"
#endif
+#include "version.h"
#include "mutt.h"
#include "mutt_curses.h"
#include "mutt_menu.h"