diff --git a/ChangeLog b/ChangeLog index b79b24a2..efbb2ccb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +0.11.3 + +Diamond tiling code update + +Minor bug fixes. See git history for all changes + + 0.11.2 Minor fixes. See git history for all changes diff --git a/INSTALL b/INSTALL index d3e5336e..3fcec6e8 100644 --- a/INSTALL +++ b/INSTALL @@ -22,8 +22,8 @@ with, for eg., 'sudo yum -y install gmp gmp-devel' on a Fedora, or QUICK INSTALL -$ tar zxvf pluto-0.11.2.tgz -$ cd pluto-0.11.2/ +$ tar zxvf pluto-0.11.3.tgz +$ cd pluto-0.11.3/ $ ./configure $ make diff --git a/README b/README index 729bd0bb..ac922a42 100644 --- a/README +++ b/README @@ -31,8 +31,8 @@ BUILDING PLUTO Stable release -$ tar zxvf pluto-0.11.2.tar.gz -$ cd pluto-0.11.2/ +$ tar zxvf pluto-0.11.3.tar.gz +$ cd pluto-0.11.3/ $ ./configure $ make $ make test diff --git a/configure.ac b/configure.ac index 31fadc0f..4bc7ac87 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl AC_PREREQ(2.13) -AC_INIT(pluto, 0.11.2, [uday@csa.iisc.ernet.in]) +AC_INIT(pluto, 0.11.3, [uday@csa.iisc.ernet.in]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4])