Skip to content

Commit 33273c0

Browse files
committed
Release version 1.0.1
This release fixes a small issue with permissions on the target files created by both bsdiff and bspatch, namely that there is no reason for them not to be group and world readable. Signed-off-by: Patrick McCarty <[email protected]>
1 parent 7525374 commit 33273c0

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.0], [[email protected]])
2+
AC_INIT([bsdiff], [1.0.1], [[email protected]])
33
AC_CONFIG_MACRO_DIR([m4])
44
AC_PROG_CC
55
AC_PROG_CC_STDC

0 commit comments

Comments
 (0)