diff -r 6342cbbd1922 -r e19825a1430a configure.ac --- a/configure.ac Wed Oct 18 12:03:44 2017 +0200 +++ b/configure.ac Wed Oct 18 14:23:57 2017 +0200 @@ -1,4 +1,6 @@ -AC_INIT([ucx], [0.13], [olaf.wintermann@gmail.com]) +# the package version must match the macros in ucx.h +# if you change the package version, don't forget to adjust the library version +AC_INIT([ucx], [0.14], [olaf.wintermann@gmail.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign -Wall -Werror])