From bdf1b35aeb024cc65fd70138705958272904da4a Mon Sep 17 00:00:00 2001 From: "Paul T. Bauman" Date: Tue, 23 Jul 2013 18:53:47 -0500 Subject: [PATCH] Preparing for 0.0.6 tag. --- CHANGES | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c061c876..9d1281af 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ Version 0.1.0 (In progress) +Version 0.0.6 +* More test coverage for newer reaction types +* Better OpenCL detection for OS X +* Better support for VexCL, including commits + from VexCL author Denis Demidov + Version 0.0.5 * Full support for VexCL * Additional reaction types supported diff --git a/configure.ac b/configure.ac index 515767d4..9b57f1a4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([Antioch], [0.0.5], [pbauman@ices.utexas.edu], [antioch]) +AC_INIT([Antioch], [0.0.6], [pbauman@ices.utexas.edu], [antioch]) PACKAGE_DESCRIPTION="A New, Templated Implementation of Chemistry for Hydrodynamics" AC_SUBST([PACKAGE_DESCRIPTION]) PACKAGE_URL="http://red.ices.utexas.edu/projects/antioch/"