]> andersk Git - libyaml.git/blobdiff - configure.ac
Add reminder when user is using GNUmakefile
[libyaml.git] / configure.ac
index 2aba39968d5f9cba0c7b07eb434c70aae2cc99a6..ba7a54ebe2d68b75eab94d926dbd4ba7e6c7afcd 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], 0)
-m4_define([YAML_PATCH], 1)
-m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml])
+m4_define([YAML_MINOR], 1)
+m4_define([YAML_PATCH], 7)
+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:
@@ -18,8 +18,8 @@ m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml])
 #       else:
 #           YAML_AGE = 0
 m4_define([YAML_RELEASE], 0)
-m4_define([YAML_CURRENT], 1)
-m4_define([YAML_REVISION], 0)
+m4_define([YAML_CURRENT], 2)
+m4_define([YAML_REVISION], 5)
 m4_define([YAML_AGE], 0)
 
 # Initialize autoconf & automake.
@@ -67,7 +67,7 @@ AC_C_CONST
 AC_TYPE_SIZE_T
 
 # Define Makefiles.
-AC_CONFIG_FILES([include/Makefile src/Makefile Makefile tests/Makefile])
+AC_CONFIG_FILES([yaml-0.1.pc include/Makefile src/Makefile Makefile tests/Makefile win32/Makefile])
 
 # Generate the "configure" script.
 AC_OUTPUT
This page took 0.158576 seconds and 4 git commands to generate.