summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 75e40e5..637447f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@
# Define the package version numbers and the bug reporting link.
m4_define([YAML_MAJOR], 0)
-m4_define([YAML_MINOR], 1)
-m4_define([YAML_PATCH], 7)
+m4_define([YAML_MINOR], 2)
+m4_define([YAML_PATCH], 1)
m4_define([YAML_BUGS], [https://github.com/yaml/libyaml/issues/new])
# Define the libtool version numbers; check the Autobook, Section 11.4.