# HG changeset patch # User Mike Becker # Date 1562331724 -7200 # Node ID 0878f83348a0e578f707eece743577d8e186ce5c # Parent f695ae118460eb9b6d8d903d6ff1ac30ddeb7c20 adjusts library version diff -r f695ae118460 -r 0878f83348a0 configure.ac --- a/configure.ac Thu Jul 04 22:32:03 2019 +0200 +++ b/configure.ac Fri Jul 05 15:02:04 2019 +0200 @@ -1,7 +1,7 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. # -# Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved. +# Copyright 2019 Mike Becker, Olaf Wintermann All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -28,8 +28,8 @@ # the package version must match the macros in ucx.h # the lib version must follow the libtool versioning convention -AC_INIT([ucx], [2.0.0], [olaf.wintermann@gmail.com]) -AC_SUBST([UCX_LIB_VERSION], [3:0:0]) +AC_INIT([ucx], [2.1.0], [olaf.wintermann@gmail.com]) +AC_SUBST([UCX_LIB_VERSION], [4:1:1]) # don't place everything in the project root AC_CONFIG_AUX_DIR([build-aux])