view nsis/gvim_version.nsh @ 18554:60c46cd053db v8.1.2271

patch 8.1.2271: build error if FEAT_TAG_BINS is not defined Commit: https://github.com/vim/vim/commit/398a59b6a51e86c23a5f61cb9a6d8a5771c95680 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 8 21:56:57 2019 +0100 patch 8.1.2271: build error if FEAT_TAG_BINS is not defined Problem: Build error if FEAT_TAG_BINS is not defined. (John Marriott) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Nov 2019 22:00:05 +0100
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