summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-08-25 08:36:00 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-08-25 11:37:18 +0300
commit7c5a50620b9216e7364c215ecde1120747c3708d (patch)
tree0c5751945a88c4e65fc494557f34ce5631bba54e
parentf2e99f83e7ba6b1f069f9edce5579875fadeb754 (diff)
downloadlibatomic_ops-7c5a50620b9216e7364c215ecde1120747c3708d.tar.gz
[7.6.14]v7.6.14
Bump libatomic_ops version to 7.6.14 * ChangeLog (7.6.14): 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:3:1).
-rw-r--r--ChangeLog2
-rw-r--r--README.md2
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/atomic_ops/ao_version.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 04cd150..9898963 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.6.14] (not released yet) ==
+== [7.6.14] 2022-08-25 ==
* Add note to README that AO malloc code has same license as AO stack
* Adjust/reformat content of LICENSING.txt
diff --git a/README.md b/README.md
index e1e15dd..e723f75 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.12 of libatomic_ops.
+This is version 7.6.14 of libatomic_ops.
## Download
diff --git a/configure.ac b/configure.ac
index c49f47d..ccf3230 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.12],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.6.14],https://github.com/ivmai/libatomic_ops/issues)
AC_PREREQ(2.61)
AC_CANONICAL_TARGET([])
diff --git a/src/Makefile.am b/src/Makefile.am
index ae5f24f..5fd8220 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@
# These numbers should be updated at most once just before the release,
# and, optionally, at most once during the development (after the release).
LIBATOMIC_OPS_VER_INFO = 2:1:1
-LIBATOMIC_OPS_GPL_VER_INFO = 2:2:1
+LIBATOMIC_OPS_GPL_VER_INFO = 2:3:1
AM_CFLAGS=@PICFLAG@
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
diff --git a/src/atomic_ops/ao_version.h b/src/atomic_ops/ao_version.h
index aab6b02..9a9f99e 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 12 /* 7.6.12 */
+#define AO_VERSION_MICRO 14 /* 7.6.14 */