From 0e6849792eee56edddfb542b8aac26a7bd3d7f1e Mon Sep 17 00:00:00 2001 From: Davi de Castro Reis Date: Sun, 15 May 2011 12:29:24 -0300 Subject: [PATCH] Ready to roll. --- NEWSLOG.t2t | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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])