configure.ac

changeset 253
e19825a1430a
parent 252
6342cbbd1922
child 255
92c22c0fa8e8
     1.1 --- a/configure.ac	Wed Oct 18 12:03:44 2017 +0200
     1.2 +++ b/configure.ac	Wed Oct 18 14:23:57 2017 +0200
     1.3 @@ -1,4 +1,6 @@
     1.4 -AC_INIT([ucx], [0.13], [olaf.wintermann@gmail.com])
     1.5 +# the package version must match the macros in ucx.h
     1.6 +# if you change the package version, don't forget to adjust the library version
     1.7 +AC_INIT([ucx], [0.14], [olaf.wintermann@gmail.com])
     1.8  AC_CONFIG_AUX_DIR([build-aux])
     1.9  AC_CONFIG_MACRO_DIR([m4])
    1.10  AM_INIT_AUTOMAKE([foreign -Wall -Werror])

mercurial