include happs configure flag in version string
This commit is contained in:
parent
56c99bdfd6
commit
bb6745962b
@ -18,6 +18,9 @@ configflags = [
|
|||||||
#endif
|
#endif
|
||||||
#ifdef ANSI
|
#ifdef ANSI
|
||||||
,"ansi"
|
,"ansi"
|
||||||
|
#endif
|
||||||
|
#ifdef HAPPS
|
||||||
|
,"happs"
|
||||||
#endif
|
#endif
|
||||||
]
|
]
|
||||||
versionmsg = "hledger " ++ version ++ configmsg ++ "\n"
|
versionmsg = "hledger " ++ version ++ configmsg ++ "\n"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user