comparison src/version.c @ 7523:55cd9a99514d v7.4.1063

commit https://github.com/vim/vim/commit/eca99bd45f094b1b12e22b9d6b206bd05dc9a38c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 7 22:50:05 2016 +0100 patch 7.4.1063 Problem: TCL_VER_LONG and DYNAMIC_TCL_VER are not set when building with Cygwin and MingW. Solution: Add TCL_VER_LONG and DYNAMIC_TCL_VER to the makefile.
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jan 2016 23:00:08 +0100
parents 665330ac1d78
children 08c1f73efcde
comparison
equal deleted inserted replaced
7522:1905305349c9 7523:55cd9a99514d
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 1063,
744 /**/ 746 /**/
745 1062, 747 1062,
746 /**/ 748 /**/
747 1061, 749 1061,
748 /**/ 750 /**/