view nsis/gvim_version.nsh @ 12875:9aacdf8a2425 v8.0.1314

patch 8.0.1314: build fails on Mac commit https://github.com/vim/vim/commit/4ab9d9e9a41f441d7d96f51fec2213d412ea64e7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 18 22:49:58 2017 +0100 patch 8.0.1314: build fails on Mac Problem: Build fails on Mac. (chdiza) Solution: Add #ifdef around GUI fields.
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Nov 2017 23:00:05 +0100
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