summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorUbaldo Tiberi <ubaldo.tiberi@google.com>2024-06-18 20:18:20 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-18 20:24:54 +0200
commita48637c105ce5ccf6f3296958c889d15dc3faaa4 (patch)
tree20871867481477aab5e6c89617584ca4e049abad /src/version.c
parent9718ed7ab989c0a0be88a0d749f24321eb0e6af1 (diff)
patch 9.1.0497: termdebug can be further improvedv9.1.0497
Problem: termdebug can be further improved Solution: refactor save/restore, update docs, add a new save/restore test (Ubaldo Tiberi) closes: #15032 Signed-off-by: Ubaldo Tiberi <ubaldo.tiberi@google.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 14a5922a99..8174104768 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 497,
+/**/
496,
/**/
495,