]> andersk Git - libyaml.git/blobdiff - configure.ac
fix C++ g++-6 errors
[libyaml.git] / configure.ac
index 75e40e5b3af270ceaa198dbc04af8e72354e98a4..637447fef64f03e8f10be1421e3f77283ba644f9 100644 (file)
@@ -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.
This page took 0.051365 seconds and 4 git commands to generate.