summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-03-26 22:54:19 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-03-26 22:54:19 +0300
commit4410190a1eaac120b95115695c4f0c9aec9fb5ed (patch)
tree004e2beaa565e6760ef8d22dfa6348a740e21dc8
parent8bcc51182c4f3650f1611f6b0e1d123559398fc4 (diff)
downloadlibatomic_ops-4410190a1eaac120b95115695c4f0c9aec9fb5ed.tar.gz
[7.8.0]
Bump libatomic_ops version to 7.8.0. * CMakeLists.txt (PACKAGE_VERSION): Bump version to 7.8.0. * ChangeLog (7.7.0): Likewise. * README.md: Likewise. * configure.ac (AC_INIT): Likewise. * src/atomic_ops/ao_version.h (AO_VERSION_MINOR): Likewise. * .travis.yml (env.addons.coverity_scan.project.version): Likewise. * .appveyor.yml (version): Change to 7.8.x. * CMakeLists.txt (LIBATOMIC_OPS_VER_INFO, LIBATOMIC_OPS_GPL_VER_INFO): Change to 3:0:2. * src/Makefile.am (LIBATOMIC_OPS_VER_INFO, LIBATOMIC_OPS_GPL_VER_INFO): Likewise. * ChangeLog (7.8.0): Set release date. * README.md: Remove build status indicators for "master" branch.
-rw-r--r--.appveyor.yml2
-rw-r--r--.travis.yml2
-rw-r--r--CMakeLists.txt6
-rw-r--r--ChangeLog2
-rw-r--r--README.md15
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am4
-rw-r--r--src/atomic_ops/ao_version.h4
8 files changed, 12 insertions, 25 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index fae21e5..509a981 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,4 +1,4 @@
-version: 7.7.0-{build}
+version: 7.8.x-{build}
image:
- Visual Studio 2019
diff --git a/.travis.yml b/.travis.yml
index c5f2849..60690a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ jobs:
coverity_scan:
project:
name: ivmai/libatomic_ops
- version: 7.7.0
+ version: 7.8.0
notification_email: ivmai@mail.ru
branch_pattern: master
build_command_prepend: CFLAGS=-march=native ./configure
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c93610..df1b635 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,14 +22,14 @@
cmake_minimum_required(VERSION 3.1)
-set(PACKAGE_VERSION 7.7.0)
+set(PACKAGE_VERSION 7.8.0)
# Version must match that in AC_INIT of configure.ac and that in README.
# Version must conform to: [0-9]+[.][0-9]+[.][0-9]+
# Info (current:revision:age) for the Libtool versioning system.
# These values should match those in src/Makefile.am.
-set(LIBATOMIC_OPS_VER_INFO 2:1:1)
-set(LIBATOMIC_OPS_GPL_VER_INFO 2:3:1)
+set(LIBATOMIC_OPS_VER_INFO 3:0:2)
+set(LIBATOMIC_OPS_GPL_VER_INFO 3:0:2)
project(libatomic_ops C)
diff --git a/ChangeLog b/ChangeLog
index 9350e26..c9bc9ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.7.0] (development) ==
+== [7.8.0] 2023-03-26 ==
* Add AUTHORS file to the list of installed documentation
* Add goal to Makefile.msft to build all tests but not execute them
diff --git a/README.md b/README.md
index f374039..87074f6 100644
--- a/README.md
+++ b/README.md
@@ -3,20 +3,7 @@
IN NEW CODE, PLEASE USE C11 OR C++14 STANDARD ATOMICS INSTEAD OF THE CORE
LIBRARY IN THIS PACKAGE.
-[![Travis-CI build status](https://app.travis-ci.com/ivmai/libatomic_ops.svg?branch=master)](https://app.travis-ci.com/github/ivmai/libatomic_ops)
-[![AppVeyor CI build status](https://ci.appveyor.com/api/projects/status/github/ivmai/libatomic_ops?branch=master&svg=true)](https://ci.appveyor.com/project/ivmai/libatomic-ops)
-[![Codecov.io](https://codecov.io/github/ivmai/libatomic_ops/coverage.svg?branch=master)](https://codecov.io/github/ivmai/libatomic_ops?branch=master)
-[![Coveralls test coverage status](https://coveralls.io/repos/ivmai/libatomic_ops/badge.png?branch=master)](https://coveralls.io/github/ivmai/libatomic_ops)
-[![Coverity Scan build status](https://scan.coverity.com/projects/10809/badge.svg)](https://scan.coverity.com/projects/ivmai-libatomic_ops)
-[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fivmai%2Flibatomic_ops.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fivmai%2Flibatomic_ops?ref=badge_shield)
-[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6333/badge)](https://bestpractices.coreinfrastructure.org/projects/6333)
-[![Hits-of-Code](https://hitsofcode.com/github/ivmai/libatomic_ops?branch=master)](https://hitsofcode.com/github/ivmai/libatomic_ops/view)
-[![Lines of code](https://img.shields.io/tokei/lines/github/ivmai/libatomic_ops)](https://shields.io/category/size)
-[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ivmai/libatomic_ops)](https://shields.io/category/size)
-[![Github All Releases](https://img.shields.io/github/downloads/ivmai/libatomic_ops/total.svg)](https://shields.io/category/downloads)
-[![Packaging status](https://repology.org/badge/tiny-repos/libatomic-ops.svg)](https://repology.org/project/libatomic-ops/versions)
-
-This is version 7.7.0 (next release development) of libatomic_ops.
+This is version 7.8.0 of libatomic_ops.
License: [MIT](LICENSE) for core library / [GPL-2.0](COPYING) for gpl
extension.
diff --git a/configure.ac b/configure.ac
index 43dcefe..9a30996 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.7.0],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.8.0],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 814494f..e71b67c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,8 +2,8 @@
# Info (current:revision:age) for the Libtool versioning system.
# 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:3:1
+LIBATOMIC_OPS_VER_INFO = 3:0:2
+LIBATOMIC_OPS_GPL_VER_INFO = 3:0:2
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 884bdf0..c0345f2 100644
--- a/src/atomic_ops/ao_version.h
+++ b/src/atomic_ops/ao_version.h
@@ -34,5 +34,5 @@
/* The version here should match that in configure.ac and README. */
#define AO_VERSION_MAJOR 7
-#define AO_VERSION_MINOR 7
-#define AO_VERSION_MICRO 0 /* 7.7.0 */
+#define AO_VERSION_MINOR 8
+#define AO_VERSION_MICRO 0 /* 7.8.0 */