commit | 450919587d4566ce3d17e685e183d5c17d9c2a11 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 21:08:35 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 21:08:35 2016 +0100 |
tree | 0c70ce559a5acf4757aa4cbb52bf40f446ef2564 | |
parent | cfc0a350a9fa04f1b0cfa1ba31fbd2847376513f [diff] [blame] |
patch 7.4.1072 Problem: Increment test is old style. Solution: Make the increment test a new style test. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index b1269e1..ad87d1d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1072, +/**/ 1071, /**/ 1070,