summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-02-05 03:12:27 +0200
committerZachary Scott <e@zzak.io>2014-02-05 03:12:27 +0200
commit3fac88a4b26793039fe098523d80166c740fd0e2 (patch)
tree4374bbb01bbdf75eddfe4b8ad34d07533e615606 /ext
parent77450622246b3081e220ac5ea2263d54c5dff4a4 (diff)
downloadpsych-3fac88a4b26793039fe098523d80166c740fd0e2.zip
* ext/psych/yaml/config.h: bump libyaml to 0.1.5
Diffstat (limited to 'ext')
-rw-r--r--ext/psych/yaml/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/psych/yaml/config.h b/ext/psych/yaml/config.h
index 6d6c25b..fb62651 100644
--- a/ext/psych/yaml/config.h
+++ b/ext/psych/yaml/config.h
@@ -1,11 +1,11 @@
#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"