File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ static const char *FOSSIL_TEST_COMMANDS[] = {
273273 "dry-run [enable|disable] - Enables or disables dry-run mode\n"
274274};
275275
276- static const char * FOSSIL_TEST_VERSION = "1.1.6 " ; // Version of Fossil Test
276+ static const char * FOSSIL_TEST_VERSION = "1.1.7 " ; // Version of Fossil Test
277277static const char * FOSSIL_TEST_AUTHOR = "Michael Gene Brockus (Dreamer)" ; // Author of Fossil Test
278278static const char * FOSSIL_TEST_LICENSE = "Mozilla Public License 2.0" ; // License of Fossil Test
279279
Original file line number Diff line number Diff line change 11project (' Fossil Test' , ' c' , ' cpp' ,
22 meson_version : ' >=1.3.0' ,
33 license : ' MPL-2.0' ,
4- version : ' 1.1.6 ' ,
4+ version : ' 1.1.7 ' ,
55 default_options : [' c_std=c11,c18' , ' cpp_std=c++20' ])
66
77subdir (' code' )
You can’t perform that action at this time.
0 commit comments