Skip to content

Commit

Permalink
Improved README.md to reflect test repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
endrazine committed May 31, 2024
1 parent 8a823ef commit 4d822cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__

0 comments on commit 4d822cf

Please sign in to comment.