summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-05-19 10:11:49 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-05-19 10:13:11 +0300
commit73c60c5ef1ed370111549ee5aab6d4020ba70ed4 (patch)
treee90db57f4d7c084c903855f83795e30cd5b3e197 /configure.ac
parentd58496b0f4df3bd1de7e8e978e9445a981ac552d (diff)
downloadlibatomic_ops-73c60c5ef1ed370111549ee5aab6d4020ba70ed4.tar.gz
[7.6.0]v7.6.0
Bump libatomic_ops version to 7.6.0 * ChangeLog (7.5.0): Bump version (to 7.6.0). * .travis.yml (addons.coverity_scan.project.version): Likewise. * README.md: Likewise. * appveyor.yml (version): Likewise. * configure.ac (AC_INIT): Likewise. * src/atomic_ops/ao_version.h (AO_VERSION_MINOR): Likewise. * ChangeLog (7.6.0, 7.4.6): Add release date. * README.md: Remove build status indicators for "master" branch. * src/Makefile.am (LIBATOMIC_OPS_GPL_VER_INFO): Change to 2:1:1 (increment revision number) because libatomic_ops_gpl.so implementation has been updated (since the last change of the version info). * src/Makefile.am (LIBATOMIC_OPS_VER_INFO): Change to 2:1:1 (just to stay aligned with LIBATOMIC_OPS_GPL_VER_INFO).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 715d12d..5066522 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.5.0],bdwgc@lists.opendylan.org)
+AC_INIT([libatomic_ops],[7.6.0],bdwgc@lists.opendylan.org)
AC_PREREQ(2.61)
AC_CANONICAL_TARGET([])