view nsis/gvim_version.nsh @ 7517:9d67399f49c6 v7.4.1060

commit https://github.com/vim/vim/commit/6602af7fe069246dbcf419c3e904a78b60e7d4dc Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 7 22:01:01 2016 +0100 patch 7.4.1060 Problem: Instructions for writing tests are outdated. Solution: Mention Make_all.mak. Add steps for new style tests.
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jan 2016 22:15:05 +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