view nsis/gvim_version.nsh @ 16990:f824831e2805 v8.1.1495

patch 8.1.1495: memory access error commit https://github.com/vim/vim/commit/1748c7f77ea864c669b7e5cfb2be0c34ce45e36e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 8 16:55:15 2019 +0200 patch 8.1.1495: memory access error Problem: Memory access error. Solution: Use the correct size for clearing the popup mask.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jun 2019 17:00:09 +0200
parents 1174611ad715
children af69c9335223
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 1
!endif