view nsis/gvim_version.nsh @ 11492:5ccf1b222223 v8.0.0629

patch 8.0.0629: checking for ambigous width is not working commit https://github.com/vim/vim/commit/6b1da3312e15c065b373c9ec2732f31a77cee61f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 9 21:35:47 2017 +0200 patch 8.0.0629: checking for ambigous width is not working Problem: Checking for ambigous width is not working. (Hirohito Higashi) Solution: Reset "starting" earlier.
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Jun 2017 21:45:04 +0200
parents 9f48eab77d62
children 1174611ad715
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 8
!define VER_MINOR 0
!endif