e51c53f366
LibYAML is a YAML 1.1 parser and emitter under MIT license which will soon be used by the pkg boostrap (usr.bin/pkg) and bhyve Reviewed by: roberto, antoine
5 lines
123 B
C
5 lines
123 B
C
#define YAML_VERSION_MAJOR 0
|
|
#define YAML_VERSION_MINOR 1
|
|
#define YAML_VERSION_PATCH 4
|
|
#define YAML_VERSION_STRING "0.1.4"
|