diff --git a/ChangeLog b/ChangeLog index 3edea0a..12a172c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +* Thu Apr 14 2005 Marc Waeckerlin - mrw-c++-2.1.2 (mrw) + - Bugfix: initialisation of autolog4cxx: all traces came twice + - Better filter for autofunctiontracelog4cxx (regarding operators) + - Better default config for autolog4cxxconfiguration and Qt * Sun Apr 10 2005 Marc Waeckerlin - mrw-c++-2.1.1 (mrw) - Now, make distcheck works AND the html doc is dirstributed... was hard, but now it works... doxygen and automake don't fit well diff --git a/configure.in b/configure.in index c90652c..c189631 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ AC_INIT([mrw/mrw.hpp.in]) PACKAGENAME=mrw-c++ m4_define(x_major, 2) m4_define(x_minor, 1) -m4_define(x_least, 1) +m4_define(x_least, 2) AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@.@LEAST@, [marc@waeckerlin.org]) # copy M4 to shell