Skip to content

Commit

Permalink
Increase version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Apr 15, 2023
1 parent f166f5c commit 150de72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>.


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])
Expand Down

0 comments on commit 150de72

Please sign in to comment.