commit | eca626fcdb73d480660c78b9f84cc043fa561922 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 18:47:38 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 18:47:38 2016 +0100 |
tree | 380dfe8335652c8861e0ab3569180db909ce2922 | |
parent | eebd84eb94ed7f59a06a52cb4863563642f58899 [diff] [blame] |
patch 8.0.0112 Problem: Tests 92 and 93 are old style. Solution: Make test92 and test93 new style. (Hirohito Higashi, closes #1289)
diff --git a/src/version.c b/src/version.c index 75e1222..557e990 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 112, +/**/ 111, /**/ 110,