diff --git a/README.md b/README.md index f4ced78..765aa57 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.5) +[the latest release](https://github.com/vslavik/diff-pdf/releases/tag/v0.5.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 8312f7d..ee9df14 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.5, [vaclav@slavik.io]) +AC_INIT(diff-pdf, 0.5.1, [vaclav@slavik.io]) AC_CONFIG_SRCDIR([diff-pdf.cpp]) AC_CONFIG_AUX_DIR([admin])