Skip to content

Commit bceca6e

Browse files
committed
Prepare for 3.7.21 release
1 parent 95bf6cb commit bceca6e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
2005-2006 Basis Technology, Inc.
66
2005-2013 Simson L. Garfinkel <simsong@acm.org>
7-
2014-2022 Phillip Hellewell <sshock@gmail.com>
7+
2014-2025 Phillip Hellewell <sshock@gmail.com>
88

99
The Advanced Forensic Format (AFF) is on-disk format for storing
1010
computer forensic information. Critical features of AFF include:

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# See http://autotoolset.sourceforge.net/tutorial.html
55
# and http://www.openismus.com/documents/linux/automake/automake.shtml
66

7-
AC_INIT([AFFLIB],[3.7.20],[https://github.com/sshock/AFFLIBv3])
7+
AC_INIT([AFFLIB],[3.7.21],[https://github.com/sshock/AFFLIBv3])
88
AM_INIT_AUTOMAKE
99
AM_MAINTAINER_MODE
1010

win32/affconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <windows.h>
22

3-
#define PACKAGE_VERSION "3.7.20"
3+
#define PACKAGE_VERSION "3.7.21"
44

55
#undef USE_LIBEWF
66
#undef USE_QEMU

0 commit comments

Comments
 (0)