view nsis/gvim_version.nsh @ 9947:80008b4e197e v7.4.2247

commit https://github.com/vim/vim/commit/b58fe4588c6bfa173a3c47a66f410c2427bc668e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 24 00:39:05 2016 +0200 patch 7.4.2247 Problem: Tiny build fails. (Tony Mechelynck) Solution: Remove #ifdef.
author Christian Brabandt <cb@256bit.org>
date Wed, 24 Aug 2016 00:45:06 +0200
parents 357b7bd8d612
children 9f48eab77d62
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 7
!define VER_MINOR 4
!endif