commit | 35e02af7bf3086b7ad572113fd7c647535bd6605 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon Feb 10 22:13:43 2025 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Mon Feb 10 22:13:43 2025 +0100 |
tree | 01f6b29c8a0674cf7b5113c8b88bca41d7739801 | |
parent | 1aa287e0480ff9e6c8d7029b0665b565b7cd6e59 [diff] [blame] |
patch 9.1.1100: tests: Test_log_nonexistent only works on Linux Problem: tests: Test_log_nonexistent only works on Linux (after v9.1.1097) Solution: Add CheckUnix condition closes: #16476 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index f72f817..1b4c83e 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1100, +/**/ 1099, /**/ 1098,