Skip to content
Snippets Groups Projects
Commit d74b65fa7f1e authored by Kirill Simonov's avatar Kirill Simonov
Browse files

Updated the link to the bug tracker.

parent 8c31b4c98969
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
$ make $ make
# make install # make install
If you checked the source code from the Subversion repository, run If you checked the source code from the Mercurial repository, run
$ ./bootstrap $ ./bootstrap
$ ./configure $ ./configure
$ make $ make
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
'http://lists.sourceforge.net/lists/listinfo/yaml-core'. 'http://lists.sourceforge.net/lists/listinfo/yaml-core'.
Submit bug reports and feature requests to the LibYAML bug tracker: Submit bug reports and feature requests to the LibYAML bug tracker:
'http://pyyaml.org/newticket?component=libyaml'. 'https://bitbucket.org/xi/libyaml/issues/new'.
LibYAML is written by Kirill Simonov <xi@resolvent.net>. It is released LibYAML is written by Kirill Simonov <xi@resolvent.net>. It is released
under the MIT license. See the file LICENSE for more details. under the MIT license. See the file LICENSE for more details.
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
m4_define([YAML_MAJOR], 0) m4_define([YAML_MAJOR], 0)
m4_define([YAML_MINOR], 1) m4_define([YAML_MINOR], 1)
m4_define([YAML_PATCH], 7) m4_define([YAML_PATCH], 7)
m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml]) m4_define([YAML_BUGS], [https://bitbucket.org/xi/libyaml/issues/new])
# Define the libtool version numbers; check the Autobook, Section 11.4. # Define the libtool version numbers; check the Autobook, Section 11.4.
# Bump the libtool version numbers using the following algorithm: # Bump the libtool version numbers using the following algorithm:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment