From 949b35d83b69a7eab7b280b5af6940da9aedad43 Mon Sep 17 00:00:00 2001 From: "ola.soder@axis.com" Date: Thu, 10 Feb 2022 20:21:04 +0000 Subject: patch 8.2.4340: Amiga: mch_can_exe() is not implemented MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: Amiga: mch_can_exe() is not implemented. Solution: Implement mch_can_exe() for Amiga OS 4. (Ola Söder, closes #9731) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 6b6d3cc20..42e6a4ca1 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4340, /**/ 4339, /**/ -- cgit v1.2.1