commit | a8a60d0c6b292216e55f005cf9637789a771d34b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 02 22:54:36 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 02 22:54:36 2018 +0200 |
tree | 9b860a4b584d4b0d763be7f2ce1b04825a90c2e5 | |
parent | 33d5ab3795720b7d986f9f17f660ee9e448466e0 [diff] [blame] |
patch 8.1.0139: Lua tests fail on some platforms Problem: Lua tests fail on some platforms. Solution: Accept a hex number with and without "0x". (Ken Takata, closes #3137)
diff --git a/src/version.c b/src/version.c index 2e92878..0fdf075 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 139, +/**/ 138, /**/ 137,