summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-12-11 11:26:56 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-12-11 11:26:56 +0300
commitb68c654614b5dbec5b71d0250e42e8a3a8b1eda7 (patch)
treefa28e506f99a4b4141708770dc57e116894ac5aa
parent1455517c0866db22e0d64eef94bac345fd64a451 (diff)
downloadlibatomic_ops-7.6.8.tar.gz
Bump libatomic_ops version to 7.6.8v7.6.8
* ChangeLog (7.6.8): 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 6d48eb9..b9e5374 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.6.8] (not released yet) ==
+== [7.6.8] 2018-12-11 ==
* Eliminate 'casting signed to bigger unsigned int' CSA warning (test_stack)
* Eliminate 'redundant blank line at start/end of block' CodeFactor warning
diff --git a/README.md b/README.md
index 4ffe11b..144d5b8 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.6.6 of libatomic_ops.
+This is version 7.6.8 of libatomic_ops.
## Download
diff --git a/configure.ac b/configure.ac
index 6bcfa9b..e0e47e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@
dnl Process this file with autoconf to produce configure.
-AC_INIT([libatomic_ops],[7.6.6],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.6.8],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 97e8ccd..df180be 100644
--- a/src/atomic_ops/ao_version.h
+++ b/src/atomic_ops/ao_version.h
@@ -35,4 +35,4 @@
/* The version here should match that in configure.ac and README. */
#define AO_VERSION_MAJOR 7
#define AO_VERSION_MINOR 6
-#define AO_VERSION_MICRO 6 /* 7.6.6 */
+#define AO_VERSION_MICRO 8 /* 7.6.8 */