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>
This commit is contained in:
Patrick McCarty
2016-11-21 13:25:41 -08:00
parent 8ed6fb38aa
commit dbc7f64e5c
+1 -1
View File
@@ -1,5 +1,5 @@
AC_PREREQ([2.66])
AC_INIT([bsdiff], [1.0.1], [patrick.mccarty@intel.com])
AC_INIT([bsdiff], [1.0.2], [patrick.mccarty@intel.com])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CC
AC_PROG_CC_STDC