From 694f7cfb020d6771fe9ec64f62e5cdec5a47b79a Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 24 Aug 2022 21:06:21 +0300 Subject: [PATCH] [7.2k] Bump version to 7.2k in README and .travis.yml; update ChangeLog --- .travis.yml | 2 +- ChangeLog | 6 ++++++ README | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7cae9749..8983377d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ jobs: - WORKAROUND_ACLOCAL_MISSING=true - env: - MAKEFILE_TARGET=distcheck - - AO_REAL_VERSION=7.2j + - AO_REAL_VERSION=7.2k - AUTOMAKE_VER=1.14.1 before_install: diff --git a/ChangeLog b/ChangeLog index b728d8de..52b3f5f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +[7.2k] + +2022-08-24 Ivan Maidanski + + * README: Bump version to 7.2k (rev. K). + 2022-02-20 Ivan Maidanski * src/atomic_ops_stack.h [AO_USE_ALMOST_LOCK_FREE diff --git a/README b/README index bf44b746..c402bff8 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.2j of libatomic_ops. +This is version 7.2k of libatomic_ops. You might find a more recent version of this at