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