File: version.c.in

package info (click to toggle)
libtext-markdown-discount-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,524 kB
  • sloc: ansic: 5,765; pascal: 1,027; sh: 208; makefile: 196; perl: 184
file content (13 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "config.h"

char markdown_version[] = BRANCH VERSION
#if @TABSTOP@ != 4
		" TAB=@TABSTOP@"
#endif
#if USE_AMALLOC
		" DEBUG"
#endif
#if GITHUB_CHECKBOX
		" GITHUB_CHECKBOX"
#endif
		;