diff --git a/src/testdir/test_memory_usage.vim b/src/testdir/test_memory_usage.vim index 43f4abcb51..e7b9ab6da1 100644 --- a/src/testdir/test_memory_usage.vim +++ b/src/testdir/test_memory_usage.vim @@ -151,7 +151,7 @@ func Test_memory_func_capture_lvars() " otherwise the test fails sometimes. On Cirrus CI with FreeBSD we need to " be even more permissive. if has('bsd') - let multiplier = 14 + let multiplier = 15 else let multiplier = 12 endif diff --git a/src/version.c b/src/version.c index 78af80d95d..c8cd6f12ca 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 72, /**/ 71, /**/