From 64002035178ac3e0d9ab7269d1bf06c6ede5a854 Mon Sep 17 00:00:00 2001 From: Mathias Jean Johansen Date: Tue, 28 Mar 2023 21:28:36 +0100 Subject: patch 9.0.1430: Livebook files are not recognized Problem: Livebook files are not recognized. Solution: Add a pattern for Livebook files. (Mathias Jean Johansen, closes #12203) --- 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 23e69b343..ee7b36313 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1430, /**/ 1429, /**/ -- cgit v1.2.1