From 0c204ff9f6454ad18261d577c9564a66b35cacc0 Mon Sep 17 00:00:00 2001 From: Christian Hujer Date: Sat, 4 May 2024 18:55:46 +0530 Subject: [PATCH] Add the version information to the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c07e01..20ecf3d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AceUnit-3 +# AceUnit 3.0.0 Welcome to AceUnit, the Advanced C and Embedded Unit test framework. AceUnit is a comfortable (test discovery!) unit test framework for C, in the best tradition of xUnit frameworks (like JUnit).