From 6a0afde033f105c6320f1409162e3765a1395bfd Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 15 May 2012 11:36:37 +0400 Subject: [PATCH] Bump libatomic_ops version * README: Bump version to 7.3alpha3. * configure.ac: Likewise. * src/atomic_ops/ao_version.h (AO_VERSION_ALPHA): Likewise. --- README | 2 +- configure.ac | 2 +- src/atomic_ops/ao_version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 593b775..a7cf61d 100644 --- a/README +++ b/README @@ -14,7 +14,7 @@ atomic memory operations. These might allow you to write code: For details and licensing restrictions see the files in the doc subdirectory. -This is version 7.3alpha2 of libatomic_ops. +This is version 7.3alpha3 of libatomic_ops. You might find a more recent version of this at diff --git a/configure.ac b/configure.ac index 1f82e84..fbb4df7 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.3alpha2],gc@linux.hpl.hp.com) +AC_INIT([libatomic_ops],[7.3alpha3],gc@linux.hpl.hp.com) AC_PREREQ(2.61) AC_CANONICAL_TARGET([]) diff --git a/src/atomic_ops/ao_version.h b/src/atomic_ops/ao_version.h index 2c97dd0..504fb43 100644 --- a/src/atomic_ops/ao_version.h +++ b/src/atomic_ops/ao_version.h @@ -27,4 +27,4 @@ /* The version here should match that in configure.ac and README. */ #define AO_VERSION_MAJOR 7 #define AO_VERSION_MINOR 3 -#define AO_VERSION_ALPHA 2 /* 7.3alpha2 */ +#define AO_VERSION_ALPHA 3 /* 7.3alpha3 */ -- 2.7.4