Skip to content

Commit

Permalink
Increase version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Jan 17, 2020
1 parent de241fa commit baffcd5
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.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.

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.4, [[email protected]])
AC_INIT(diff-pdf, 0.4.1, [[email protected]])

AC_CONFIG_SRCDIR([diff-pdf.cpp])
AC_CONFIG_AUX_DIR([admin])
Expand Down

2 comments on commit baffcd5

@Reissner

This comment was marked as off-topic.

@alerque
Copy link

@alerque alerque commented on baffcd5 Mar 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Reissner See the tags/releases in this repository, there are v0.4.1 and also v0.5 tags.

Please sign in to comment.