diff --git a/CHANGES b/CHANGES index 8578d78e..4d4dbf67 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +Version 0.2.0 +* Added general units capabilities +* Update in conversion factor for gas constant +* Molar masses are now in mol instead of kmol +* Enabled subdir-objects option in Automake +* Assorted bugfixes + Version 0.1.0 * Photochemistry modeling * Compatibility with newer VexCL diff --git a/configure.ac b/configure.ac index e6095456..ba445437 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.1.0], [pbauman@ices.utexas.edu], [antioch]) +AC_INIT([Antioch], [0.2.0], [antioch-users@googlegroups.com], [antioch]) PACKAGE_DESCRIPTION="A New, Templated Implementation of Chemistry for Hydrodynamics" AC_SUBST([PACKAGE_DESCRIPTION]) PACKAGE_URL="https://github.com/libantioch/antioch/"