diff --git a/.travis.yml b/.travis.yml index 58f7b6d4..0098a9ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ matrix: dist: trusty env: - MAKEFILE_TARGET=distcheck - - AO_REAL_VERSION=7.2h + - AO_REAL_VERSION=7.2i - os: linux env: - MAKEFILE_TARGET=dist diff --git a/ChangeLog b/ChangeLog index 2b658eb8..ff689b4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +[7.2i] + +2017-12-21 Ivan Maidanski + + * README: Bump version to 7.2i (rev. I). + 2017-12-19 Ivan Maidanski * src/atomic_ops_stack.h [AO_USE_ALMOST_LOCK_FREE] (AO_REAL_NEXT_PTR): diff --git a/README b/README index 56fe5bde..c768778b 100644 --- a/README +++ b/README @@ -17,7 +17,7 @@ atomic memory operations. These might allow you to write code: For details and licensing restrictions see the files in the doc subdirectory. -This is version 7.2h of libatomic_ops. +This is version 7.2i of libatomic_ops. You might find a more recent version of this at