summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-12-11 01:37:29 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-12-11 01:37:29 +0300
commite0f08160548f7fa3daa252a158fc332a9267f97c (patch)
tree33af30ad2ff19d1016ea8685141eb78ac77a41d7
parent979c285ccc715d6482c5d127ab42be6aef2d1583 (diff)
downloadlibatomic_ops-e0f08160548f7fa3daa252a158fc332a9267f97c.tar.gz
[7.4.12]v7.4.12
Bump libatomic_ops version to 7.4.12 * ChangeLog (7.4.12): Add release date. * README.md: Bump micro version. * configure.ac (AC_INIT): Likewise. * src/atomic_ops/ao_version.h (AO_VERSION_MICRO): Likewise.
-rw-r--r--ChangeLog2
-rw-r--r--README.md2
-rw-r--r--configure.ac2
-rw-r--r--src/atomic_ops/ao_version.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a06cb2..4b3c54c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.4.12] (not released yet) ==
+== [7.4.12] 2018-12-11 ==
* COPYING: sync with FSF's gpl-2.0.txt
* Fix a typo in arm_v6.h
diff --git a/README.md b/README.md
index 7a8f8e9..01f4cfa 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
IN NEW CODE, PLEASE USE C11 OR C++14 STANDARD ATOMICS INSTEAD OF THIS PACKAGE.
-This is version 7.4.10 of libatomic_ops.
+This is version 7.4.12 of libatomic_ops.
## Download
diff --git a/configure.ac b/configure.ac
index 7faf9a2..0232d60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.4.10],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.4.12],https://github.com/ivmai/libatomic_ops/issues)
AC_PREREQ(2.61)
AC_CANONICAL_TARGET([])
diff --git a/src/atomic_ops/ao_version.h b/src/atomic_ops/ao_version.h
index 8a0c590..b2c86e1 100644
--- a/src/atomic_ops/ao_version.h
+++ b/src/atomic_ops/ao_version.h
@@ -34,4 +34,4 @@
/* The version here should match that in configure.ac and README. */
#define AO_VERSION_MAJOR 7
#define AO_VERSION_MINOR 4
-#define AO_VERSION_MICRO 10 /* 7.4.10 */
+#define AO_VERSION_MICRO 12 /* 7.4.12 */