Skip to content

Commit 6fcc13a

Browse files
committed
Increase version to 0.5.2
1 parent fa977a0 commit 6fcc13a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ See the output of `$ diff-pdf --help` for complete list of options.
3737
## Obtaining the binaries
3838

3939
Precompiled version of the tool for Windows is available as part of
40-
[the latest release](https://github.com/vslavik/diff-pdf/releases/tag/v0.5.1)
40+
[the latest release](https://github.com/vslavik/diff-pdf/releases/latest/)
4141
as a ZIP archive, which contains everything you need to run diff-pdf. It will
4242
work from any place you unpack it to.
4343

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919

2020
AC_PREREQ(2.61)
21-
AC_INIT(diff-pdf, 0.5.1, [[email protected]])
21+
AC_INIT(diff-pdf, 0.5.2, [[email protected]])
2222

2323
AC_CONFIG_SRCDIR([diff-pdf.cpp])
2424
AC_CONFIG_AUX_DIR([admin])

0 commit comments

Comments
 (0)