mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
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}
11 lines
145 B
Plaintext
11 lines
145 B
Plaintext
#include "config.h"
|
|
|
|
char markdown_version[] = BRANCH VERSION
|
|
#if @TABSTOP@ != 4
|
|
" TAB=@TABSTOP@"
|
|
#endif
|
|
#if USE_AMALLOC
|
|
" DEBUG"
|
|
#endif
|
|
;
|