Skip to content

Commit f075fa0

Browse files
committed
[7.2l]
Bump version to 7.2l in README and .travis.yml; update ChangeLog
1 parent acdc2bc commit f075fa0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- WORKAROUND_ACLOCAL_MISSING=true
2424
- env:
2525
- MAKEFILE_TARGET=distcheck
26-
- AO_REAL_VERSION=7.2k
26+
- AO_REAL_VERSION=7.2l
2727
- AUTOMAKE_VER=1.14.1
2828

2929
before_install:

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[7.2l]
2+
3+
2023-12-15 Ivan Maidanski <[email protected]>
4+
5+
* README: Bump version to 7.2l (rev. L).
6+
17
2023-10-24 Ivan Maidanski <[email protected]>
28

39
* src/atomic_ops_stack.h [!AO_HAVE_compare_double_and_swap_double]:

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ atomic memory operations. These might allow you to write code:
1717
For details and licensing restrictions see the files in the doc
1818
subdirectory.
1919

20-
This is version 7.2k of libatomic_ops.
20+
This is version 7.2l of libatomic_ops.
2121

2222
You might find a more recent version of this at
2323

0 commit comments

Comments
 (0)