summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-09-12 17:10:27 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-09-12 17:10:27 +0300
commit99c0eaefe04255f45dcbc6da4d34d7e8e7584c86 (patch)
treee079f4b112a41f87180ef1856727d6e0385cd6ff
parentf89da2365cdec38e9e5a17879b9f59970852369b (diff)
downloadlibatomic_ops-99c0eaefe04255f45dcbc6da4d34d7e8e7584c86.tar.gz
[7.2j]
Bump version to 7.2j in README and .travis.yml; update ChangeLog
-rw-r--r--.travis.yml2
-rw-r--r--ChangeLog6
-rw-r--r--README2
3 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 54b45f9..a92ead8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ jobs:
compiler: musl-gcc
- env:
- MAKEFILE_TARGET=distcheck
- - AO_REAL_VERSION=7.2i
+ - AO_REAL_VERSION=7.2j
- AUTOMAKE_VER=1.14.1
before_install:
diff --git a/ChangeLog b/ChangeLog
index 1af95f7..ad5afad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+[7.2j]
+
+2021-09-12 Ivan Maidanski <ivmai@mail.ru>
+
+ * README: Bump version to 7.2j (rev. J).
+
2021-01-12 Ivan Maidanski <ivmai@mail.ru>
* src/atomic_ops/sysdeps/aligned_atomic_load_store.h (AO_load,
diff --git a/README b/README
index c768778..bf44b74 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.2i of libatomic_ops.
+This is version 7.2j of libatomic_ops.
You might find a more recent version of this at