]> andersk Git - libyaml.git/blobdiff - configure.ac
Make .travis.yml a little easier to read
[libyaml.git] / configure.ac
index f94a2a542bb87dcae9373820d9740385808066c1..108201d81671a2f21efbc700eea53a3e2819cdd4 100644 (file)
@@ -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], 3)
-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], 1)
+m4_define([YAML_REVISION], 5)
 m4_define([YAML_AGE], 0)
 
 # Initialize autoconf & automake.
This page took 0.712781 seconds and 4 git commands to generate.