commit | 50a12b40783550fb8fd7a6283815b107863292ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 20 17:54:38 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 20 17:54:38 2012 +0200 |
tree | 3ba80438100aa0bdaeb48149901ca69ae7245ca8 | |
parent | 38bdbd6c6f39e5bffad22ec956fa1383e04fa1ae [diff] [blame] |
updated for version 7.3.563 Problem: Can't build with tiny features. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 0b54738..38818ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 563, +/**/ 562, /**/ 561,