summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIngy döt Net <ingy@ingy.net>2018-06-24 23:32:28 -0600
committerIngy döt Net <ingy@ingy.net>2018-06-26 14:43:59 -0700
commitf6e09f829b606ca0d0adf774236fa8cdd5e2a7d1 (patch)
treeee97554de1aa049394b856f3196a67bb06da050d /configure.ac
parent83d3d3883877756963ca177e33f239f89a770fb1 (diff)
downloadlibyaml-git-f6e09f829b606ca0d0adf774236fa8cdd5e2a7d1.tar.gz
Changes for 0.2.1 release0.2.1
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.