view nsis/gvim_version.nsh @ 10130:de20f2434807 v7.4.2336

commit https://github.com/vim/vim/commit/df0db16cf74281a83a9ea3388a2ef9aedccd013c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 20:37:41 2016 +0200 patch 7.4.2336 Problem: Running normal mode tests leave a couple of files behind. (Yegappan Lakshmanan) Solution: Delete the files. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Sep 2016 20:45:06 +0200
parents 357b7bd8d612
children 9f48eab77d62
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 7
!define VER_MINOR 4
!endif