From 1f7596761857744ee54343ae155f86b4f3a570a8 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 4 Jun 2020 10:29:59 +0100 Subject: [PATCH] testkit: Update to v1.8 --- README.md | 2 +- testkit/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cfd12b..7d32cfc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Amiga Test Kit (formerly SysTest) -### Download the latest build of Amiga Test Kit [here (Github)](https://github.com/keirf/Amiga-Stuff/releases/download/testkit-v1.7/AmigaTestKit-v1.7.zip). +### Download the latest build of Amiga Test Kit [here (Github)](https://github.com/keirf/Amiga-Stuff/releases/download/testkit-v1.8/AmigaTestKit-v1.8.zip). ### Build From Source (Docker) diff --git a/testkit/Makefile b/testkit/Makefile index e67e2bb..ed5c926 100644 --- a/testkit/Makefile +++ b/testkit/Makefile @@ -1,5 +1,5 @@ NAME := AmigaTestKit -VER := 1.7 +VER := 1.8 OBJS += entry.o OBJS += cancellation.o