view nsis/gvim_version.nsh @ 11496:af0c969f7b3e v8.0.0631

patch 8.0.0631: can't build with Perl 5.26 commit https://github.com/vim/vim/commit/fa4161cb0c266378012d3fde0eca56da8739528d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 10 15:46:23 2017 +0200 patch 8.0.0631: can't build with Perl 5.26 Problem: Perl 5.26 also needs S_TOPMARK and S_POPMARK defined. Solution: Define the functions when needed. (Jesin, closes https://github.com/vim/vim/issues/1748)
author Christian Brabandt <cb@256bit.org>
date Sat, 10 Jun 2017 16:00:03 +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