mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
867581dd75
* Update bundled libyaml-0.2.1 from 0.1.7. https://github.com/ruby/psych/pull/368 * Unify Psych's API: To use keyword arguments with method call. https://github.com/ruby/psych/pull/358 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10 lines
371 B
C
10 lines
371 B
C
#define PACKAGE_NAME "yaml"
|
|
#define PACKAGE_TARNAME "yaml"
|
|
#define PACKAGE_VERSION "0.2.1"
|
|
#define PACKAGE_STRING "yaml 0.2.1"
|
|
#define PACKAGE_BUGREPORT "https://github.com/yaml/libyaml/issues"
|
|
#define PACKAGE_URL "https://github.com/yaml/libyaml"
|
|
#define YAML_VERSION_MAJOR 0
|
|
#define YAML_VERSION_MINOR 2
|
|
#define YAML_VERSION_PATCH 1
|
|
#define YAML_VERSION_STRING "0.2.1"
|