mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
4e70bae2bc
* Merge libyaml-0.1.7 for bundled-libyaml option. * Update canonical url to https://github.com/ruby/psych. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56773 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.1.7"
|
|
#define PACKAGE_STRING "yaml 0.1.7"
|
|
#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 1
|
|
#define YAML_VERSION_PATCH 7
|
|
#define YAML_VERSION_STRING "0.1.7"
|