From bbc271c43cbff40835244d61a1f256327c8cc798 Mon Sep 17 00:00:00 2001 From: Phillip Hellewell Date: Tue, 27 Dec 2022 21:45:13 -0700 Subject: [PATCH] Prepare for 3.7.20 release --- README | 2 +- configure.ac | 2 +- win32/affconfig.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 1e75b41..7582ebe 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ 2005-2006 Basis Technology, Inc. 2005-2013 Simson L. Garfinkel - 2014-2021 Phillip Hellewell + 2014-2022 Phillip Hellewell The Advanced Forensic Format (AFF) is on-disk format for storing computer forensic information. Critical features of AFF include: diff --git a/configure.ac b/configure.ac index 508d8ed..326ad52 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # See http://autotoolset.sourceforge.net/tutorial.html # and http://www.openismus.com/documents/linux/automake/automake.shtml -AC_INIT([AFFLIB],[3.7.19],[https://github.com/sshock/AFFLIBv3]) +AC_INIT([AFFLIB],[3.7.20],[https://github.com/sshock/AFFLIBv3]) AM_INIT_AUTOMAKE AM_MAINTAINER_MODE diff --git a/win32/affconfig.h b/win32/affconfig.h index 3b41f6d..9c18e5d 100644 --- a/win32/affconfig.h +++ b/win32/affconfig.h @@ -1,6 +1,6 @@ #include -#define PACKAGE_VERSION "3.7.19" +#define PACKAGE_VERSION "3.7.20" #undef USE_LIBEWF #undef USE_QEMU