view nsis/gvim_version.nsh @ 10112:90b9898d05a6 v7.4.2327

commit https://github.com/vim/vim/commit/c8fe338d64cc6183c03d4c12b1e036a7745e2932 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 4 20:44:42 2016 +0200 patch 7.4.2327 Problem: Freeing a variable that is on the stack. Solution: Don't free res_tv or err_tv. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Sun, 04 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