Skip to content

Commit 4d822cf

Browse files
committed
Improved README.md to reflect test repository.
1 parent 8a823ef commit 4d822cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,10 @@ The Witchcraft Compiler Collection uses the following amazing Open Source third
339339
- Qemu, in particular its user space mode : https://qemu-project.gitlab.io/qemu/user/main.html
340340
- Uthash and Utlist, Hash tables and linked list implemented as C headers https://troydhanson.github.io/uthash/
341341

342+
## Testing
343+
344+
The following companion repository exsists to help test WCC: https://github.com/endrazine/wcc-tests
345+
342346
## Licence
343347
The Witchcraft Compiler Collection is published under the MIT License.
344348
Please refer to the file named [LICENSE](LICENSE) for more information.

include/config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*/
3131

3232
#define WNAME "Witchcraft Compiler Collection (WCC)"
33-
#define WVERSION "0.0.6"
33+
#define WVERSION "0.0.7"
3434
#define WDATE __DATE__
3535
#define WTIME __TIME__
3636

0 commit comments

Comments
 (0)