Files
discount/version.c.in
T
david parsons b26c88593b Make defining BRANCH depend on the branch; if I'm on the master branch I don't
care about the branch name at all, otherwise I do.  So make a little utility
program that I can feed the output from `git describe --all` into and which
returns either nothing (master branch) or "({name})" (with the quotes) if I'm
on branch {name}
2017-02-03 01:08:57 -08:00

11 lines
145 B
Plaintext

#include "config.h"
char markdown_version[] = BRANCH VERSION
#if @TABSTOP@ != 4
" TAB=@TABSTOP@"
#endif
#if USE_AMALLOC
" DEBUG"
#endif
;