diff src/version.c @ 10402:65646e5652df v8.0.0095

commit https://github.com/vim/vim/commit/182707ac10d77359bf7a87c6b23ce4025d5b0ad4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 21 20:55:58 2016 +0100 patch 8.0.0095 Problem: Problems with GTK 3.22.2 fixed in 3.22.4. Solution: Adjust the #ifdefs. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Mon, 21 Nov 2016 21:00:04 +0100
parents 17165aabc731
children 65e0537a4560
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    95,
+/**/
     94,
 /**/
     93,