configure.ac

changeset 283
c3b6ff227481
parent 274
0923c036b913
child 284
d7e43c4b2992
     1.1 --- a/configure.ac	Wed May 02 20:55:23 2018 +0200
     1.2 +++ b/configure.ac	Wed May 02 21:45:52 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 -# if you change the package version, don't forget to adjust the library version
     1.8 -AC_INIT([ucx], [1.0.1], [olaf.wintermann@gmail.com])
     1.9 +# if you change the version, don't forget to adjust the
    1.10 +# libtool version-info in src/Makefile.am accordingly
    1.11 +AC_INIT([ucx], [1.1.0], [olaf.wintermann@gmail.com])
    1.12  
    1.13  # don't place everything in the project root
    1.14  AC_CONFIG_AUX_DIR([build-aux])

mercurial