From 8ed76416cdd0f90f55fc57bf5554d9219871cd5e Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 29 Sep 2020 09:28:41 +0100 Subject: [PATCH] testkit: Update to v1.13 --- README.md | 2 +- testkit/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eef44dd..1c1c84b 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.12/AmigaTestKit-v1.12.zip). +### Download the latest build of Amiga Test Kit [here (Github)](https://github.com/keirf/Amiga-Stuff/releases/download/testkit-v1.13/AmigaTestKit-v1.13.zip). ### Build From Source (Docker) diff --git a/testkit/Makefile b/testkit/Makefile index 4034fa4..8c8c83c 100644 --- a/testkit/Makefile +++ b/testkit/Makefile @@ -1,5 +1,5 @@ NAME := AmigaTestKit -VER := 1.12 +VER := 1.13 OBJS += entry.o OBJS += cancellation.o