configure.ac

changeset 284
d7e43c4b2992
parent 283
c3b6ff227481
child 306
90b6d69bb499
     1.1 --- a/configure.ac	Wed May 02 21:45:52 2018 +0200
     1.2 +++ b/configure.ac	Thu May 03 09:26:06 2018 +0200
     1.3 @@ -27,9 +27,8 @@
     1.4  #
     1.5  
     1.6  # the package version must match the macros in ucx.h
     1.7 -# if you change the version, don't forget to adjust the
     1.8 -# libtool version-info in src/Makefile.am accordingly
     1.9  AC_INIT([ucx], [1.1.0], [olaf.wintermann@gmail.com])
    1.10 +AC_SUBST([UCX_LIB_VERSION], [2:0:1])
    1.11  
    1.12  # don't place everything in the project root
    1.13  AC_CONFIG_AUX_DIR([build-aux])

mercurial