diff -r 39e69d78b01d -r c3b6ff227481 configure.ac --- a/configure.ac Wed May 02 20:55:23 2018 +0200 +++ b/configure.ac Wed May 02 21:45:52 2018 +0200 @@ -27,8 +27,9 @@ # # 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], [1.0.1], [olaf.wintermann@gmail.com]) +# if you change the version, don't forget to adjust the +# libtool version-info in src/Makefile.am accordingly +AC_INIT([ucx], [1.1.0], [olaf.wintermann@gmail.com]) # don't place everything in the project root AC_CONFIG_AUX_DIR([build-aux])