From f7f8f0b76dc6a3bf5d51825db65245221e5d265e Mon Sep 17 00:00:00 2001 From: Ubaldo Tiberi Date: Thu, 20 Jun 2024 22:17:34 +0200 Subject: patch 9.1.0508: termdebug plugin can be further improved Problem: termdebug plugin can be further improved Solution: add sanity-check, timeout config, change vars to bool update docs, add more tests (Ubaldo Tiberi) fixes: #15061 closes: #15057 Signed-off-by: Ubaldo Tiberi Signed-off-by: Christian Brabandt --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index da82b3683f..f9c298346f 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 508, /**/ 507, /**/ -- cgit v1.2.3