Sha256: b24ead72718de6213729455297bcc7edd8653f7059959703d2b11fa8eb16d54a

Contents?: true

Size: 350 Bytes

Versions: 8

Compression:

Stored size: 350 Bytes

Contents

#include "config.h"

char markdown_version[] = VERSION
#if 4 != 4
		" TAB=4"
#endif
#if USE_AMALLOC
		" DEBUG"
#endif
#if USE_DISCOUNT_DL
# if USE_EXTRA_DL
		" DL=BOTH"
# else
		" DL=DISCOUNT"
# endif
#elif USE_EXTRA_DL
		" DL=EXTRA"
#else
		" DL=NONE"
#endif
#if WITH_ID_ANCHOR
		" ID-ANCHOR"
#endif
#if WITH_GITHUB_TAGS
		" GITHUB-TAGS"
#endif
		;

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
mango-0.8.0 vendor/bundler/ruby/2.1.0/gems/bluecloth-2.2.0/ext/version.c
mango-0.7.1 vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/version.c
mango-0.7.0 vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/ext/version.c
radiant-1.0.0 ruby-debug/ruby/1.8/gems/bluecloth-2.1.0/ext/version.c
bluecloth-2.2.0 ext/version.c
bluecloth-2.1.0-x86-mswin32 ext/version.c
bluecloth-2.1.0-x86-mingw32 ext/version.c
bluecloth-2.1.0 ext/version.c