From 5342235446a07c1f1e183c090fb4b31fbe97629f Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Mon, 21 Nov 2016 12:42:42 -0800 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f1d4c23..15ece9c 100644 --- a/configure.ac +++ b/configure.ac @@ -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