commit | d42f95bbfb5abcc78a0cc99f326691f328a2f33e | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Aug 24 08:15:38 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Thu Aug 24 08:15:38 2023 +0200 |
tree | 1d4d1c8b4f6e53187deca55fb1cf4607c737f171 | |
parent | 2f25e40b1f545f4aa38377f0c25effb112b5d1ef [diff] [blame] |
patch 9.0.1787: Cannot build with latest luajit Problem: Cannot build with latest luajit Solution: adjust sed regexp and don't expect '-' in version output closes: #12896 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 05d6b05..eb65fc1 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1787, +/**/ 1786, /**/ 1785,