configure.ac

branch
feature/array
changeset 338
0878f83348a0
parent 306
90b6d69bb499
child 341
b9715d7317c1
equal deleted inserted replaced
337:f695ae118460 338:0878f83348a0
1 # 1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 # 3 #
4 # Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved. 4 # Copyright 2019 Mike Becker, Olaf Wintermann All rights reserved.
5 # 5 #
6 # Redistribution and use in source and binary forms, with or without 6 # Redistribution and use in source and binary forms, with or without
7 # modification, are permitted provided that the following conditions are met: 7 # modification, are permitted provided that the following conditions are met:
8 # 8 #
9 # 1. Redistributions of source code must retain the above copyright 9 # 1. Redistributions of source code must retain the above copyright
26 # POSSIBILITY OF SUCH DAMAGE. 26 # POSSIBILITY OF SUCH DAMAGE.
27 # 27 #
28 28
29 # the package version must match the macros in ucx.h 29 # the package version must match the macros in ucx.h
30 # the lib version must follow the libtool versioning convention 30 # the lib version must follow the libtool versioning convention
31 AC_INIT([ucx], [2.0.0], [olaf.wintermann@gmail.com]) 31 AC_INIT([ucx], [2.1.0], [olaf.wintermann@gmail.com])
32 AC_SUBST([UCX_LIB_VERSION], [3:0:0]) 32 AC_SUBST([UCX_LIB_VERSION], [4:1:1])
33 33
34 # don't place everything in the project root 34 # don't place everything in the project root
35 AC_CONFIG_AUX_DIR([build-aux]) 35 AC_CONFIG_AUX_DIR([build-aux])
36 AC_CONFIG_MACRO_DIR([m4]) 36 AC_CONFIG_MACRO_DIR([m4])
37 37

mercurial