From 7c5a50620b9216e7364c215ecde1120747c3708d Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 25 Aug 2022 08:36:00 +0300 Subject: [7.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). --- ChangeLog | 2 +- README.md | 2 +- configure.ac | 2 +- src/Makefile.am | 2 +- src/atomic_ops/ao_version.h | 2 +- 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 */ -- cgit v1.2.1