Skip to content

Commit 5342235

Browse files
committed
Release version 1.0.2
This release enables the functional test suite by default. To disable the ability to run the test suite and its dependency checks, pass --disable-tests to configure for the build. Signed-off-by: Patrick McCarty <[email protected]>
1 parent 8ed6fb3 commit 5342235

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

0 commit comments

Comments
 (0)