Sha256: 43130c7760efc8f9cecd25327aa04c9d8a2d8f30c1870912fa51926f2ee97f91
Contents?: true
Size: 146 Bytes
Versions: 3
Compression:
Stored size: 146 Bytes
Contents
#ifndef CMARK_VERSION_H #define CMARK_VERSION_H #define CMARK_VERSION ((0 << 16) | (26 << 8) | 1) #define CMARK_VERSION_STRING "0.26.1" #endif
Version data entries
3 entries across 3 versions & 1 rubygems