Skip to content

Version printing fixed

Paramtamtam requested to merge (removed):master into master

Without those changes, the real version will never print:

$ mustach --help
mustach version VERSION

But after merging:

$ mustach --help
mustach version 1.2.2

Compiled with cc -c -fPIC -Wall -Wextra -DVERSION=1.2.2 -DTOOL=MUSTACH_TOOL_JANSSON -o mustach-tool.o mustach-tool.c

More info can be found here.

Merge request reports