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__