diff --git a/README.md b/README.md index 1494523..218b797 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ See the output of `$ diff-pdf --help` for complete list of options. ## Obtaining the binaries Precompiled version of the tool for Windows is available as part of -[the latest release](https://github.com/vslavik/diff-pdf/releases/tag/v0.3) +[the latest release](https://github.com/vslavik/diff-pdf/releases/tag/v0.4.1) as a ZIP archive, which contains everything you need to run diff-pdf. It will work from any place you unpack it to. diff --git a/configure.ac b/configure.ac index 22e18ad..382e220 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl along with this program. If not, see . AC_PREREQ(2.61) -AC_INIT(diff-pdf, 0.4, [vaclav@slavik.io]) +AC_INIT(diff-pdf, 0.4.1, [vaclav@slavik.io]) AC_CONFIG_SRCDIR([diff-pdf.cpp]) AC_CONFIG_AUX_DIR([admin])