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 <patrick.mccarty@intel.com>
1 parent 8ed6fb3 commit 5342235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.66])
2-
AC_INIT([bsdiff], [1.0.1], [patrick.mccarty@intel.com])
2+
AC_INIT([bsdiff], [1.0.2], [patrick.mccarty@intel.com])
33
AC_CONFIG_MACRO_DIR([m4])
44
AC_PROG_CC
55
AC_PROG_CC_STDC

0 commit comments

Comments
 (0)