# HG changeset patch # User Mike Becker # Date 1516731814 -3600 # Node ID 0923c036b9132c50bc77b810e36fb67ddf16d4d0 # Parent 9c1591b3c4a4b259de601d1da6cf06e7c445595d Tag as version 1.0.1 diff -r 9c1591b3c4a4 -r 0923c036b913 .hgtags --- a/.hgtags Sun Jan 21 14:10:59 2018 +0100 +++ b/.hgtags Tue Jan 23 19:23:34 2018 +0100 @@ -1,1 +1,2 @@ a6184aff5108ba849759030fc75df9f4178f6e86 v1.0 +9c1591b3c4a4b259de601d1da6cf06e7c445595d v1.0.1 diff -r 9c1591b3c4a4 -r 0923c036b913 configure.ac --- a/configure.ac Sun Jan 21 14:10:59 2018 +0100 +++ b/configure.ac Tue Jan 23 19:23:34 2018 +0100 @@ -28,7 +28,7 @@ # the package version must match the macros in ucx.h # if you change the package version, don't forget to adjust the library version -AC_INIT([ucx], [1.0], [olaf.wintermann@gmail.com]) +AC_INIT([ucx], [1.0.1], [olaf.wintermann@gmail.com]) # don't place everything in the project root AC_CONFIG_AUX_DIR([build-aux])