Skip to content

Commit e0e8bcd

Browse files
committed
Release v1.0.4
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]>
1 parent 2e5b809 commit e0e8bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.66])
2-
AC_INIT([bsdiff], [1.0.3], [[email protected]])
2+
AC_INIT([bsdiff], [1.0.4], [[email protected]])
33
AC_CONFIG_MACRO_DIR([m4])
44
AC_PROG_CC
55
AC_PROG_CC_STDC

0 commit comments

Comments
 (0)