From 4d822cf4cf4a931ec7b1831851d99329d71fb4bc Mon Sep 17 00:00:00 2001 From: Jonathan Brossard Date: Fri, 31 May 2024 21:31:27 +0200 Subject: [PATCH] Improved README.md to reflect test repository. --- README.md | 4 ++++ include/config.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1529a6e..77661a0 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,10 @@ The Witchcraft Compiler Collection uses the following amazing Open Source third - Qemu, in particular its user space mode : https://qemu-project.gitlab.io/qemu/user/main.html - Uthash and Utlist, Hash tables and linked list implemented as C headers https://troydhanson.github.io/uthash/ +## Testing + +The following companion repository exsists to help test WCC: https://github.com/endrazine/wcc-tests + ## Licence The Witchcraft Compiler Collection is published under the MIT License. Please refer to the file named [LICENSE](LICENSE) for more information. diff --git a/include/config.h b/include/config.h index d726faa..626a072 100644 --- a/include/config.h +++ b/include/config.h @@ -30,7 +30,7 @@ */ #define WNAME "Witchcraft Compiler Collection (WCC)" -#define WVERSION "0.0.6" +#define WVERSION "0.0.7" #define WDATE __DATE__ #define WTIME __TIME__