X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/83d3d3883877756963ca177e33f239f89a770fb1..f6e09f829b606ca0d0adf774236fa8cdd5e2a7d1:/configure.ac 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.