diff src/version.c @ 33094:e1a219f47e3a v9.0.1832

patch 9.0.1832: xxd: reporting wrong version Commit: https://github.com/vim/vim/commit/0ffa97e8fae5e73ff05ba24178cfc7206a3fe67e Author: Christian Brabandt <cb@256bit.org> Date: Thu Aug 31 21:03:02 2023 +0200 patch 9.0.1832: xxd: reporting wrong version Problem: xxd: reporting wrong version (after 9.0.1827) Solution: Update version string Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Aug 2023 21:15:03 +0200
parents 4544279fae46
children 828bcb1a37e7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1832,
+/**/
     1831,
 /**/
     1830,