From 268c37a63b3d77803c7cec6e5b318c015a9a157c Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 2 May 2014 19:51:11 +0400 Subject: [7.4.2] Bump libatomic_ops version to 7.4.2 * README.md: Bump version. * configure.ac (AC_INIT): Likewise. * src/atomic_ops/ao_version.h (AO_VERSION_MICRO): Likewise. --- README.md | 2 +- configure.ac | 2 +- src/atomic_ops/ao_version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 926db27..fba8958 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The atomic_ops library (libatomic_ops) -This is version 7.4.0 of libatomic_ops. +This is version 7.4.2 of libatomic_ops. You might find a more recent version [here](http://www.hboehm.info/gc/), or diff --git a/configure.ac b/configure.ac index cc687e8..fd238ab 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.4.0],bdwgc@lists.opendylan.org) +AC_INIT([libatomic_ops],[7.4.2],bdwgc@lists.opendylan.org) AC_PREREQ(2.61) AC_CANONICAL_TARGET([]) diff --git a/src/atomic_ops/ao_version.h b/src/atomic_ops/ao_version.h index 785e472..d92ae87 100644 --- a/src/atomic_ops/ao_version.h +++ b/src/atomic_ops/ao_version.h @@ -34,4 +34,4 @@ /* The version here should match that in configure.ac and README. */ #define AO_VERSION_MAJOR 7 #define AO_VERSION_MINOR 4 -#define AO_VERSION_MICRO 0 /* 7.4.0 */ +#define AO_VERSION_MICRO 2 /* 7.4.2 */ -- cgit v1.2.3