diff --git a/main.c b/main.c index b4107132..8f13c152 100644 --- a/main.c +++ b/main.c @@ -52,7 +52,8 @@ #include "term.h" -char * version = "3.1.0"; +/* Get VERSION from ac_cfg.h */ +char * version = VERSION; int verbose; /* verbose output */ char * progname;