X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/df33f257e5b99ecde7f9b6dbc6d449dce76a139f..955060d552989b31ca061b53ff7ae4a7d7b2336b:/configure.ac diff --git a/configure.ac b/configure.ac index e7db798..108201d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,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], 5) -m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml]) +m4_define([YAML_PATCH], 7) +m4_define([YAML_BUGS], [https://bitbucket.org/xi/libyaml/issues/new]) # Define the libtool version numbers; check the Autobook, Section 11.4. # Bump the libtool version numbers using the following algorithm: @@ -19,7 +19,7 @@ m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml]) # YAML_AGE = 0 m4_define([YAML_RELEASE], 0) m4_define([YAML_CURRENT], 2) -m4_define([YAML_REVISION], 3) +m4_define([YAML_REVISION], 5) m4_define([YAML_AGE], 0) # Initialize autoconf & automake.