Skip to content

Commit f37fc49

Browse files
1.1.5 to 1.1.6
1 parent 823bc80 commit f37fc49

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 3.13.4)
33

44
# Project metadata
5-
project(FossilTest VERSION 1.1.5 LANGUAGES C CXX)
5+
project(FossilTest VERSION 1.1.6 LANGUAGES C CXX)
66

77
# Set the C and C++ standards
88
set(CMAKE_C_STANDARD 11)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To get started with Fossil Test, ensure you have the following installed:
5353
# ======================
5454
[wrap-git]
5555
url = https://github.com/fossillogic/fossil-test.git
56-
revision = v1.1.5
56+
revision = v1.1.6
5757

5858
[provide]
5959
fossil-test = fossil_test_dep

code/logic/testing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ static const char *FOSSIL_TEST_COMMANDS[] = {
294294
"dry-run [enable|disable] - Enables or disables dry-run mode\n"
295295
};
296296

297-
static const char *FOSSIL_TEST_VERSION = "1.1.5"; // Version of Fossil Test
297+
static const char *FOSSIL_TEST_VERSION = "1.1.6"; // Version of Fossil Test
298298
static const char *FOSSIL_TEST_AUTHOR = "Michael Gene Brockus (Dreamer)"; // Author of Fossil Test
299299
static const char *FOSSIL_TEST_LICENSE = "Mozilla Public License 2.0"; // License of Fossil Test
300300

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.3.0',
33
license: 'MPL-2.0',
4-
version: '1.1.5',
4+
version: '1.1.6',
55
default_options: ['c_std=c11,c18', 'cpp_std=c++20'])
66

77
subdir('code')

0 commit comments

Comments
 (0)