view nsis/gvim_version.nsh @ 8149:028e24e4c0f4 v7.4.1368

commit https://github.com/vim/vim/commit/914331648dc3609ca9f6954f4019497e5fb3274e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 15:50:18 2016 +0100 patch 7.4.1368 Problem: One more Win16 file remains. Solution: Delete it.
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 16:00:06 +0100
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