summaryrefslogtreecommitdiff
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
parent77450622246b3081e220ac5ea2263d54c5dff4a4 (diff)
downloadpsych-3fac88a4b26793039fe098523d80166c740fd0e2.tar.gz
* ext/psych/yaml/config.h: bump libyaml to 0.1.5
-rw-r--r--CHANGELOG.rdoc4
-rw-r--r--ext/psych/yaml/config.h8
2 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index 4c29e81..eeeb893 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,3 +1,7 @@
+Wed Feb 5 10:11:36 2014 Zachary Scott <e@zzak.io>
+
+ * ext/psych/yaml/config.h: bump libyaml to 0.1.5
+
Wed Feb 5 04:16:41 2014 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/psych/yaml/emitter.c: merge libyaml 0.1.5
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"