From c601d67f8434da3e86061ff9e9fed05edf4ff2e3 Mon Sep 17 00:00:00 2001 From: "Roy H. Stogner" Date: Fri, 12 Jul 2013 16:27:35 -0500 Subject: [PATCH] Ready to tag 0.0.5 --- CHANGES | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c4de0e18..c061c876 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Version 0.1.0 (In progress) +Version 0.0.5 +* Full support for VexCL +* Additional reaction types supported + Version 0.0.4 https://github.com/libantioch/antioch * Moving repo to GitHub. Required explicitly adding diff --git a/configure.ac b/configure.ac index 42d9a51c..23b559c1 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.4], [pbauman@ices.utexas.edu], [antioch]) +AC_INIT([Antioch], [0.0.5], [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/"