Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
This release fixes an issue with libbsdiff thread safety. This was a
regression introduced in v1.0.3.

Signed-off-by: Patrick McCarty <[email protected]>
  • Loading branch information
phmccarty committed Jun 14, 2018
1 parent 2e5b809 commit e0e8bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.66])
AC_INIT([bsdiff], [1.0.3], [[email protected]])
AC_INIT([bsdiff], [1.0.4], [[email protected]])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CC
AC_PROG_CC_STDC
Expand Down

0 comments on commit e0e8bcd

Please sign in to comment.