view nsis/gvim_version.nsh @ 16861:c669f6ba3c28 v8.1.1432

patch 8.1.1432: can't build with eval feature commit https://github.com/vim/vim/commit/ccd6e3471df5250611a78489384a91c65fcc43c4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 30 22:35:18 2019 +0200 patch 8.1.1432: can't build with eval feature Problem: Can't build with eval feature. Solution: Add missing rename.
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 May 2019 22:45:04 +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