view nsis/gvim_version.nsh @ 9671:5d7216118c8a

commit https://github.com/vim/vim/commit/471a8975690af01a1244b28d5b5f978ca623028f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 28 22:36:37 2016 +0200 Update gitignore for new test binary. (Oyvind Holm, closes https://github.com/vim/vim/issues/954)
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Jul 2016 23:00: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