summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngy döt Net <ingy@ingy.net>2019-03-12 18:04:00 -0700
committerIngy döt Net <ingy@ingy.net>2019-03-12 18:04:00 -0700
commit690a781ef6af70ce6749d6e2be91743345123998 (patch)
tree469d03e98283619ab545b12c6aa2d5142d3ce16d
parent24a020a1a2a1fbbb1caf3a032ccc81eb74018c31 (diff)
downloadlibyaml-git-690a781ef6af70ce6749d6e2be91743345123998.tar.gz
Update configure.ac for 0.2.20.2.2
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8139c77..7e49151 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
# Define the package version numbers and the bug reporting link.
m4_define([YAML_MAJOR], 0)
m4_define([YAML_MINOR], 2)
-m4_define([YAML_PATCH], 1)
+m4_define([YAML_PATCH], 2)
m4_define([YAML_BUGS], [https://github.com/yaml/libyaml/issues/new])
# Define the libtool version numbers; check the Autobook, Section 11.4.
@@ -19,7 +19,7 @@ m4_define([YAML_BUGS], [https://github.com/yaml/libyaml/issues/new])
# YAML_AGE = 0
m4_define([YAML_RELEASE], 0)
m4_define([YAML_CURRENT], 2)
-m4_define([YAML_REVISION], 5)
+m4_define([YAML_REVISION], 6)
m4_define([YAML_AGE], 0)
# Initialize autoconf & automake.