mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11 lines
348 B
C
11 lines
348 B
C
|
|
#define PACKAGE_NAME "yaml"
|
|
#define PACKAGE_TARNAME "yaml"
|
|
#define PACKAGE_VERSION "0.1.5"
|
|
#define PACKAGE_STRING "yaml 0.1.5"
|
|
#define PACKAGE_BUGREPORT "http://pyyaml.org/newticket?component libyaml"
|
|
#define PACKAGE_URL ""
|
|
#define YAML_VERSION_MAJOR 0
|
|
#define YAML_VERSION_MINOR 1
|
|
#define YAML_VERSION_PATCH 5
|
|
#define YAML_VERSION_STRING "0.1.5"
|