* configure.ac, NEWS: Here. --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS index 36a136f..d251097 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +New in 0.26a: + + + New in 0.26, 2014-05-06:
* GHC 7.4 diff --git a/configure.ac b/configure.ac index 60536ee..702544a 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # Catch "HAVM_*" macros that are not expanded. m4_pattern_forbid([^HAVM_]) AC_PREREQ([2.59]) -AC_INIT([HAVM], [0.26], [projects@lrde.epita.fr]) +AC_INIT([HAVM], [0.26a], [projects@lrde.epita.fr]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.9.6 dist-bzip2])