commit | 62c9352519e1a21d2e6423a2e39354cb05d56c44 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@HansenPartnership.com> | Thu Oct 19 11:17:23 2017 -0700 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Thu Oct 19 11:18:29 2017 -0700 |
tree | 5dbccc07a3546f4f4233d6c1813997ea5c603fad | |
parent | 8e184454fd4d59d39c860dfad100cba82af5ea33 [diff] |
Version 0.9 This version builds correctly on openssl 1.1 and also includes functional autotests for every architecture. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
diff --git a/configure.ac b/configure.ac index 7f92979..3b1b247 100644 --- a/configure.ac +++ b/configure.ac
@@ -1,4 +1,4 @@ -AC_INIT([sbsigntool], [0.8], [James.Bottomley@HansenPartnership.com]) +AC_INIT([sbsigntool], [0.9], [James.Bottomley@HansenPartnership.com]) AM_INIT_AUTOMAKE()