Skip to content

Commit 10aab64

Browse files
committed
[7.6.16]
Bump libatomic_ops version to 7.6.16 * ChangeLog (7.6.16): Set release date. * README.md: Bump micro version. * configure.ac (AC_INIT): Likewise. * src/atomic_ops/ao_version.h (AO_VERSION_MICRO): Likewise. * src/Makefile.am (LIBATOMIC_OPS_GPL_VER_INFO): Increment revision (bump version info of libatomic_ops_gpl.so to 2:4:1).
1 parent df7b630 commit 10aab64

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
== [7.6.16] (not released yet) ==
2+
== [7.6.16] 2023-12-15 ==
33

44
* Eliminate 'atomic_thread_fence is unsupported with tsan' gcc-11 warning
55
* Eliminate 'comparing signed/unsigned values' lcc warning in add_chunk_as

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
IN NEW CODE, PLEASE USE C11 OR C++14 STANDARD ATOMICS INSTEAD OF THIS PACKAGE.
44

5-
This is version 7.6.14 of libatomic_ops.
5+
This is version 7.6.16 of libatomic_ops.
66

77

88
## Download

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
dnl Process this file with autoconf to produce configure.
1414

15-
AC_INIT([libatomic_ops],[7.6.14],https://github.com/ivmai/libatomic_ops/issues)
15+
AC_INIT([libatomic_ops],[7.6.16],https://github.com/ivmai/libatomic_ops/issues)
1616

1717
AC_PREREQ(2.61)
1818
AC_CANONICAL_TARGET([])

src/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# These numbers should be updated at most once just before the release,
44
# and, optionally, at most once during the development (after the release).
55
LIBATOMIC_OPS_VER_INFO = 2:1:1
6-
LIBATOMIC_OPS_GPL_VER_INFO = 2:3:1
6+
LIBATOMIC_OPS_GPL_VER_INFO = 2:4:1
77

88
AM_CFLAGS=@PICFLAG@
99
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src

src/atomic_ops/ao_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
/* The version here should match that in configure.ac and README. */
3636
#define AO_VERSION_MAJOR 7
3737
#define AO_VERSION_MINOR 6
38-
#define AO_VERSION_MICRO 14 /* 7.6.14 */
38+
#define AO_VERSION_MICRO 16 /* 7.6.16 */

0 commit comments

Comments
 (0)