]> andersk Git - libyaml.git/blobdiff - configure.ac
Changes for 0.2.1 release
[libyaml.git] / configure.ac
index 108201d81671a2f21efbc700eea53a3e2819cdd4..637447fef64f03e8f10be1421e3f77283ba644f9 100644 (file)
@@ -2,9 +2,9 @@
 
 # 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_BUGS], [https://bitbucket.org/xi/libyaml/issues/new])
+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.
 # Bump the libtool version numbers using the following algorithm:
@@ -67,7 +67,7 @@ AC_C_CONST
 AC_TYPE_SIZE_T
 
 # Define Makefiles.
-AC_CONFIG_FILES([yaml-0.1.pc include/Makefile src/Makefile Makefile tests/Makefile win32/Makefile])
+AC_CONFIG_FILES([yaml-0.1.pc include/Makefile src/Makefile Makefile tests/Makefile])
 
 # Generate the "configure" script.
 AC_OUTPUT
This page took 0.02745 seconds and 4 git commands to generate.