Skip to content

Commit 4e7aa64

Browse files
committed
[7.6.12]
Bump libatomic_ops version to 7.6.12 * ChangeLog (7.6.12): Add release date. * README.md: Bump micro version. * configure.ac (AC_INIT): Likewise. * src/atomic_ops/ao_version.h (AO_VERSION_MICRO): Likewise.
1 parent 2e4c340 commit 4e7aa64

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ChangeLog

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

2-
== [7.6.12] (not released yet) ==
2+
== [7.6.12] 2021-09-13 ==
33

44
* Allow to generalize bool-CAS for sparc (gcc)
55
* Declare argument of AO_load_next with const in atomic_ops_stack

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.10 of libatomic_ops.
5+
This is version 7.6.12 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.10],https://github.com/ivmai/libatomic_ops/issues)
15+
AC_INIT([libatomic_ops],[7.6.12],https://github.com/ivmai/libatomic_ops/issues)
1616

1717
AC_PREREQ(2.61)
1818
AC_CANONICAL_TARGET([])

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 10 /* 7.6.10 */
38+
#define AO_VERSION_MICRO 12 /* 7.6.12 */

0 commit comments

Comments
 (0)