configure.ac

changeset 306
90b6d69bb499
parent 284
d7e43c4b2992
child 338
0878f83348a0
     1.1 --- a/configure.ac	Mon May 14 15:58:51 2018 +0200
     1.2 +++ b/configure.ac	Mon May 14 17:56:03 2018 +0200
     1.3 @@ -27,8 +27,9 @@
     1.4  #
     1.5  
     1.6  # the package version must match the macros in ucx.h
     1.7 -AC_INIT([ucx], [1.1.0], [olaf.wintermann@gmail.com])
     1.8 -AC_SUBST([UCX_LIB_VERSION], [2:0:1])
     1.9 +# the lib version must follow the libtool versioning convention
    1.10 +AC_INIT([ucx], [2.0.0], [olaf.wintermann@gmail.com])
    1.11 +AC_SUBST([UCX_LIB_VERSION], [3:0:0])
    1.12  
    1.13  # don't place everything in the project root
    1.14  AC_CONFIG_AUX_DIR([build-aux])

mercurial