From f6e09f829b606ca0d0adf774236fa8cdd5e2a7d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Sun, 24 Jun 2018 23:32:28 -0600 Subject: Changes for 0.2.1 release --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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. -- cgit v1.2.1