Skip to content

Commit

Permalink
Release version 1.0.2
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
phmccarty committed Nov 21, 2016
1 parent 8ed6fb3 commit 5342235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.66])
AC_INIT([bsdiff], [1.0.1], [[email protected]])
AC_INIT([bsdiff], [1.0.2], [[email protected]])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CC
AC_PROG_CC_STDC
Expand Down

0 comments on commit 5342235

Please sign in to comment.