Skip to content

Commit 8469095

Browse files
update info to 1.0.2
1 parent 515cc1a commit 8469095

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ***Fossil Test: Unit Testing/Mocking Framework*** - `C/C++`
1+
# ***Fossil Test: Unit Testing/Mocking Framework*** - `C, C++`
22

33
**Overview:**
44
Fossil Test is a robust unit testing and mocking framework developed by Fossil Logic, designed to facilitate the creation of high-quality test cases across any C or C++ project. The framework supports both Behavior-Driven Development (BDD) and Test-Driven Development (TDD) styles, providing a flexible and comprehensive solution for ensuring software reliability and correctness.
@@ -40,7 +40,7 @@ Before getting started, make sure you have the following installed:
4040
# ======================
4141
[wrap-git]
4242
url = https://github.com/fossillogic/fossil-test.git
43-
revision = v1.0.1
43+
revision = v1.0.2
4444

4545
[provide]
4646
fossil-test = fossil_test_dep

code/source/unittest/console.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Organization: Fossil Logic
1717

1818
static const char* FOSSIL_TEST_NAME = "Fossil Test";
1919
static const char* FOSSIL_TEST_AUTH = "Michael Gene Brockus (Dreamer)";
20-
static const char* FOSSIL_TEST_VERSION = "1.0.1";
20+
static const char* FOSSIL_TEST_VERSION = "1.0.2";
2121
static const char* FOSSIL_TEST_INFO = "Fossil Test is a next-generation unit testing/mockup framework for C/C++.";
2222

2323
// ==============================================================================

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project('Fossil Test', 'c', 'cpp',
22
meson_version: '>=1.2.0',
33
license: 'MPL-2.0',
4-
version: '1.0.1',
4+
version: '1.0.2',
55
default_options: ['c_std=c18', 'cpp_std=c++20'])
66

77
subdir('code')

0 commit comments

Comments
 (0)