From d7c8e48c9b2146d047c14f0a5a51373faed5e4cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andi=20P=C3=A4tzold?= Date: Wed, 31 Mar 2021 19:22:53 +0200 Subject: [PATCH] Add JET version for access 2013/2016/2019 to docs --- HACKING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HACKING.md b/HACKING.md index 5d9768f..4327ff4 100644 --- a/HACKING.md +++ b/HACKING.md @@ -97,6 +97,9 @@ Offset 0x14 contains the Jet version of this database: - 0x01 for 4 - 0x02 for 5 - 0x03 for Access 2010 +- 0x04 for Access 2013 +- 0x05 for Access 2016 +- 0x06 for Access 2019 This is used by the `mdb-ver` utility to determine the Jet version.