ruby-changes:32739
From: nobu <ko1@a...>
Date: Wed, 5 Feb 2014 10:17:36 +0900 (JST)
Subject: [ruby-changes:32739] nobu:r44818 (trunk): * ext/psych/yaml/config.h (PACKAGE_VERSION): update.
nobu 2014-02-05 10:17:31 +0900 (Wed, 05 Feb 2014) New Revision: 44818 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44818 Log: * ext/psych/yaml/config.h (PACKAGE_VERSION): update. Modified files: trunk/ext/psych/yaml/config.h Index: ext/psych/yaml/config.h =================================================================== --- ext/psych/yaml/config.h (revision 44817) +++ ext/psych/yaml/config.h (revision 44818) @@ -1,11 +1,11 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/yaml/config.h#L1 #define PACKAGE_NAME "yaml" #define PACKAGE_TARNAME "yaml" -#define PACKAGE_VERSION "0.1.4" -#define PACKAGE_STRING "yaml 0.1.4" +#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 4 -#define YAML_VERSION_STRING "0.1.4" +#define YAML_VERSION_PATCH 5 +#define YAML_VERSION_STRING "0.1.5" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/