diff --git a/NEWSLOG.t2t b/NEWSLOG.t2t index ec8e7b6..b74bf2a 100644 --- a/NEWSLOG.t2t +++ b/NEWSLOG.t2t @@ -5,6 +5,10 @@ News Log ---------------------------------------- +==News for version 1.1== + +Fixed a bug in the chd_pc algorithm and reorganized tests. + ==News for version 1.0== This is a bugfix only version, after which a revamp of the cmph code and diff --git a/configure.ac b/configure.ac index e2cbde0..c2c88c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(cmph, 1.0) +AM_INIT_AUTOMAKE(cmph, 1.1) AM_CONFIG_HEADER(config.h) AC_CONFIG_MACRO_DIR([m4])