commit | bebaa0d5c034eb2c4c4dcac86ae6a859b24d2693 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 20 18:59:19 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 20 18:59:19 2020 +0100 |
tree | e4606a4fe59e5328c093883cfc1cc0287e8101e9 | |
parent | 80d868ec25094615f2531a1e01ed1e729366c3bc [diff] [blame] |
patch 8.2.2020: some compilers do not like the "namespace" argument Problem: Some compilers do not like the "namespace" argument. Solution: Rename to "use_namespace". (closes #7332)
diff --git a/src/version.c b/src/version.c index 70ebd9c..4fdc0f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2020, +/**/ 2019, /**/ 2018,