view nsis/gvim_version.nsh @ 7449:2f4a94fe0513

commit https://github.com/vim/vim/commit/89b24fcfc2250d3ccb2f96c61911d9ad0020756b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 18:05:10 2016 +0100 Update ignored files. Delete file that should have been deleted by patch 7.4.1016.
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Jan 2016 18:15:04 +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