adjusts library version feature/array

Fri, 05 Jul 2019 15:02:04 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 05 Jul 2019 15:02:04 +0200
branch
feature/array
changeset 338
0878f83348a0
parent 337
f695ae118460
child 339
ae368664625f

adjusts library version

configure.ac file | annotate | diff | comparison | revisions
     1.1 --- a/configure.ac	Thu Jul 04 22:32:03 2019 +0200
     1.2 +++ b/configure.ac	Fri Jul 05 15:02:04 2019 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  #
     1.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6  #
     1.7 -# Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved.
     1.8 +# Copyright 2019 Mike Becker, Olaf Wintermann All rights reserved.
     1.9  #
    1.10  # Redistribution and use in source and binary forms, with or without
    1.11  # modification, are permitted provided that the following conditions are met:
    1.12 @@ -28,8 +28,8 @@
    1.13  
    1.14  # the package version must match the macros in ucx.h
    1.15  # the lib version must follow the libtool versioning convention
    1.16 -AC_INIT([ucx], [2.0.0], [olaf.wintermann@gmail.com])
    1.17 -AC_SUBST([UCX_LIB_VERSION], [3:0:0])
    1.18 +AC_INIT([ucx], [2.1.0], [olaf.wintermann@gmail.com])
    1.19 +AC_SUBST([UCX_LIB_VERSION], [4:1:1])
    1.20  
    1.21  # don't place everything in the project root
    1.22  AC_CONFIG_AUX_DIR([build-aux])

mercurial