view nsis/gvim_version.nsh @ 8035:f48041801aac v7.4.1312

commit https://github.com/vim/vim/commit/f8b7d890f1d62f3ab101d2b02dd7716cb7f053cb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 13 17:24:26 2016 +0100 patch 7.4.1312 Problem: sock_T is not defined without the +channel feature. Solution: Always define it.
author Christian Brabandt <cb@256bit.org>
date Sat, 13 Feb 2016 17:30: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