diff src/version.c @ 8299:d2a215e8d5b4 v7.4.1442

commit https://github.com/vim/vim/commit/e0fd2aa8f6544f9cf8286c707be3fb1c66c609e6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 21:59:51 2016 +0100 patch 7.4.1442 Problem: MS-Windows: more compilation warnings for destructor. Solution: Add "virtual". (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 22:00:05 +0100
parents 4929eca308b7
children 6a4c11fa1aa3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1442,
+/**/
     1441,
 /**/
     1440,